mirror of https://github.com/jackc/pgx.git
Allow more time for test on slow CI
parent
74ab538d2a
commit
34f17a6048
pgxpool
|
@ -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() {
|
||||
|
|
Loading…
Reference in New Issue