mirror of
https://github.com/jackc/pgx.git
synced 2025-05-30 11:14:05 +00:00
TestConnCopyFromBinary: increase context timeout
This commit is contained in:
parent
b4314ddaf7
commit
229d2aaa49
@ -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"))
|
||||
|
Loading…
x
Reference in New Issue
Block a user