Skip to content

Commit a718922

Browse files
NO-SNOW: fix flaky tests on invalid proxy (#2492)
1 parent 631eec6 commit a718922

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
@@ -389,7 +389,7 @@ def test_invalid_account_timeout(conn_cnx):
389389
pass
390390

391391

392-
@pytest.mark.timeout(15)
392+
@pytest.mark.timeout(20)
393393
def test_invalid_proxy(conn_cnx):
394394
http_proxy = os.environ.get("HTTP_PROXY")
395395
https_proxy = os.environ.get("HTTPS_PROXY")
@@ -421,7 +421,7 @@ def test_invalid_proxy(conn_cnx):
421421

422422

423423
@pytest.mark.skipolddriver
424-
@pytest.mark.timeout(15)
424+
@pytest.mark.timeout(20)
425425
def test_invalid_proxy_not_impacting_env_vars(conn_cnx):
426426
http_proxy = os.environ.get("HTTP_PROXY")
427427
https_proxy = os.environ.get("HTTPS_PROXY")

0 commit comments

Comments
 (0)