diff --git a/pgconn/pgconn_test.go b/pgconn/pgconn_test.go index 4af55ff2..5bd26246 100644 --- a/pgconn/pgconn_test.go +++ b/pgconn/pgconn_test.go @@ -1827,7 +1827,7 @@ func TestConnCopyFrom(t *testing.T) { func TestConnCopyFromBinary(t *testing.T) { t.Parallel() - ctx, cancel := context.WithTimeout(context.Background(), 10*time.Second) + ctx, cancel := context.WithTimeout(context.Background(), 20*time.Second) defer cancel() pgConn, err := pgconn.Connect(ctx, os.Getenv("PGX_TEST_DATABASE"))