Skip to content

Commit 8a6b924

Browse files
NO-SNOW: fix flaky tests on invalid proxy (#2492)
(cherry picked from commit a718922)
1 parent 1b9a738 commit 8a6b924

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/integ/test_connection.py

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

421421

422-
@pytest.mark.timeout(15)
422+
@pytest.mark.timeout(20)
423423
def test_invalid_proxy(conn_cnx):
424424
http_proxy = os.environ.get("HTTP_PROXY")
425425
https_proxy = os.environ.get("HTTPS_PROXY")
@@ -451,7 +451,7 @@ def test_invalid_proxy(conn_cnx):
451451

452452

453453
@pytest.mark.skipolddriver
454-
@pytest.mark.timeout(15)
454+
@pytest.mark.timeout(20)
455455
def test_invalid_proxy_not_impacting_env_vars(conn_cnx):
456456
http_proxy = os.environ.get("HTTP_PROXY")
457457
https_proxy = os.environ.get("HTTPS_PROXY")

0 commit comments

Comments
 (0)