Skip to content

Commit f1f2d2d

Browse files
[async] Applied #2492 to async code
1 parent fffc295 commit f1f2d2d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/integ/aio_it/test_connection_async.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -420,7 +420,7 @@ async def test_invalid_account_timeout(conn_cnx):
420420
pass
421421

422422

423-
@pytest.mark.timeout(15)
423+
@pytest.mark.timeout(20)
424424
async def test_invalid_proxy(conn_cnx):
425425
http_proxy = os.environ.get("HTTP_PROXY")
426426
https_proxy = os.environ.get("HTTPS_PROXY")
@@ -452,7 +452,7 @@ async def test_invalid_proxy(conn_cnx):
452452

453453

454454
@pytest.mark.skipolddriver
455-
@pytest.mark.timeout(15)
455+
@pytest.mark.timeout(20)
456456
async def test_invalid_proxy_not_impacting_env_vars(conn_cnx):
457457
http_proxy = os.environ.get("HTTP_PROXY")
458458
https_proxy = os.environ.get("HTTPS_PROXY")

0 commit comments

Comments
 (0)