Skip to content

Commit

Permalink
Fix sqlserver tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
mbobrovskyi committed Sep 22, 2024
1 parent 555501f commit e9d5998
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions database/sqlserver/sqlserver_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,11 @@ var (
},
},
},
PortRequired: true, ReadyFunc: isReady, PullTimeout: 2 * time.Minute,
PortRequired: true, ReadyFunc: isReady, PullTimeout: 3 * time.Minute,
}
sqlServerOpts = dktest.Options{
Env: map[string]string{"ACCEPT_EULA": "Y", "MSSQL_SA_PASSWORD": saPassword, "MSSQL_PID": "Express"},
PortRequired: true, ReadyFunc: isReady, PullTimeout: 2 * time.Minute,
PortRequired: true, ReadyFunc: isReady, PullTimeout: 3 * time.Minute,
}
// Container versions: https://mcr.microsoft.com/v2/mssql/server/tags/list
specs = []dktesting.ContainerSpec{
Expand Down

0 comments on commit e9d5998

Please sign in to comment.