Skip to content

Commit

Permalink
Allow more time for test on slow CI
Browse files Browse the repository at this point in the history
  • Loading branch information
jackc committed Jun 18, 2023
1 parent f200706 commit 737b5af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pgxpool/pool_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1102,7 +1102,7 @@ func TestConnectEagerlyReachesMinPoolSize(t *testing.T) {
func TestPoolSendBatchBatchCloseTwice(t *testing.T) {
t.Parallel()

ctx, cancel := context.WithTimeout(context.Background(), 10*time.Second)
ctx, cancel := context.WithTimeout(context.Background(), 60*time.Second)
defer cancel()

pool, err := pgxpool.New(ctx, os.Getenv("PGX_TEST_DATABASE"))
Expand Down

0 comments on commit 737b5af

Please sign in to comment.