Skip to content

Commit 4d9d596

Browse files
committed
Increasing timeouts
1 parent cac84fd commit 4d9d596

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/smoketests/test_run_smoketest.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,9 @@ def test_api_example(backend):
3939
stderr=subprocess.STDOUT,
4040
)
4141
try:
42-
deadline = time.perf_counter() + 10.0
42+
deadline = time.perf_counter() + 15.0
4343
while time.perf_counter() < deadline:
44-
time.sleep(1)
44+
time.sleep(3)
4545
session = requests.Session()
4646
session.trust_env = False
4747
os.environ['NO_PROXY'] = 'localhost'

0 commit comments

Comments
 (0)