diff --git a/test/feature/spqr_test.go b/test/feature/spqr_test.go index a13e50912..bed22979d 100644 --- a/test/feature/spqr_test.go +++ b/test/feature/spqr_test.go @@ -5,7 +5,6 @@ import ( "encoding/json" "errors" "fmt" - "github.com/pg-sharding/spqr/pkg/models/spqrerror" "io" "log" "os" @@ -17,6 +16,8 @@ import ( "text/template" "time" + "github.com/pg-sharding/spqr/pkg/models/spqrerror" + "github.com/cucumber/godog" "github.com/jackc/pgx/v5" "github.com/jackc/pgx/v5/stdlib" @@ -45,8 +46,8 @@ const ( coordinatorPassword = "password" dbName = "regress" consoleName = "spqr-console" - postgresqlConnectTimeout = 30 * time.Second - postgresqlInitialConnectTimeout = 10 * time.Second + postgresqlConnectTimeout = 60 * time.Second + postgresqlInitialConnectTimeout = 30 * time.Second postgresqlQueryTimeout = 10 * time.Second )