Allow more time for TestConnExecBatchHuge

pull/1624/head
Jack Christensen 2023-05-29 10:35:38 -05:00
parent 9f00b6f750
commit f93b42b6ac
1 changed files with 1 additions and 1 deletions

View File

@ -1380,7 +1380,7 @@ func TestConnExecBatchHuge(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()
pgConn, err := pgconn.Connect(ctx, os.Getenv("PGX_TEST_DATABASE"))