Skip to content

Commit

Permalink
f
Browse files Browse the repository at this point in the history
  • Loading branch information
reshke committed Apr 4, 2024
1 parent 2585a43 commit 78d9097
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions test/feature/spqr_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ import (
"encoding/json"
"errors"
"fmt"
"github.com/pg-sharding/spqr/pkg/models/spqrerror"
"io"
"log"
"os"
Expand All @@ -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"
Expand Down Expand Up @@ -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
)

Expand Down

0 comments on commit 78d9097

Please sign in to comment.