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 1b9a738 commit 8a6b924Copy full SHA for 8a6b924
test/integ/test_connection.py
@@ -419,7 +419,7 @@ def test_invalid_account_timeout(conn_cnx):
419
pass
420
421
422
-@pytest.mark.timeout(15)
+@pytest.mark.timeout(20)
423
def test_invalid_proxy(conn_cnx):
424
http_proxy = os.environ.get("HTTP_PROXY")
425
https_proxy = os.environ.get("HTTPS_PROXY")
@@ -451,7 +451,7 @@ def test_invalid_proxy(conn_cnx):
451
452
453
@pytest.mark.skipolddriver
454
455
def test_invalid_proxy_not_impacting_env_vars(conn_cnx):
456
457
0 commit comments