Skip to content

Commit f155ad4

Browse files
sfc-gh-stakedaankit-bhatnagar167
authored andcommitted
SNOW-85085: Increased test timeout to 60 seconds to prevent test flaky-ness
1 parent 6676063 commit f155ad4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test_connection.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -487,7 +487,7 @@ def test_us_west_connection(tmpdir):
487487
)
488488

489489

490-
@pytest.mark.timeout(15)
490+
@pytest.mark.timeout(60)
491491
def test_privatelink(db_parameters):
492492
"""
493493
Ensure the OCSP cache server URL is overridden if privatelink

0 commit comments

Comments
 (0)