We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e6fed0a commit 89b6c8dCopy full SHA for 89b6c8d
1 file changed
sdks/go/test/integration/io/xlang/jdbc/jdbc_test.go
@@ -62,7 +62,7 @@ func setupTestContainer(ctx context.Context, t *testing.T, dbname, username, pas
62
dbURL := func(host string, port string) string {
63
return fmt.Sprintf("postgres://%s:%s@%s:%s/%s?sslmode=disable", username, password, host, port, dbname)
64
}
65
- waitStrategy := wait.ForSQL(postgresPort, "postgres", dbURL).WithStartupTimeout(time.Second * 5)
+ waitStrategy := wait.ForSQL(postgresPort, "postgres", dbURL).WithStartupTimeout(time.Minute)
66
67
container := containers.NewContainer(
68
ctx,
0 commit comments