Skip to content

Commit d817a26

Browse files
committed
increase timeout
1 parent e6fed0a commit d817a26

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

sdks/go/test/integration/io/xlang/jdbc/jdbc_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ func setupTestContainer(ctx context.Context, t *testing.T, dbname, username, pas
6262
dbURL := func(host string, port string) string {
6363
return fmt.Sprintf("postgres://%s:%s@%s:%s/%s?sslmode=disable", username, password, host, port, dbname)
6464
}
65-
waitStrategy := wait.ForSQL(postgresPort, "postgres", dbURL).WithStartupTimeout(time.Second * 5)
65+
waitStrategy := wait.ForSQL(postgresPort, "postgres", dbURL).WithStartupTimeout(time.Second * 60)
6666

6767
container := containers.NewContainer(
6868
ctx,

0 commit comments

Comments
 (0)