We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fffc295 commit f1f2d2dCopy full SHA for f1f2d2d
test/integ/aio_it/test_connection_async.py
@@ -420,7 +420,7 @@ async def test_invalid_account_timeout(conn_cnx):
420
pass
421
422
423
-@pytest.mark.timeout(15)
+@pytest.mark.timeout(20)
424
async def test_invalid_proxy(conn_cnx):
425
http_proxy = os.environ.get("HTTP_PROXY")
426
https_proxy = os.environ.get("HTTPS_PROXY")
@@ -452,7 +452,7 @@ async def test_invalid_proxy(conn_cnx):
452
453
454
@pytest.mark.skipolddriver
455
456
async def test_invalid_proxy_not_impacting_env_vars(conn_cnx):
457
458
0 commit comments