diff --git a/pgxpool/pool_test.go b/pgxpool/pool_test.go index 1fd300a6..5e529b0c 100644 --- a/pgxpool/pool_test.go +++ b/pgxpool/pool_test.go @@ -332,7 +332,7 @@ func TestPoolBeforeAcquire(t *testing.T) { func TestPoolAfterRelease(t *testing.T) { t.Parallel() - ctx, cancel := context.WithTimeout(context.Background(), 10*time.Second) + ctx, cancel := context.WithTimeout(context.Background(), 30*time.Second) defer cancel() func() {