Skip to content

Commit 94bcdc7

Browse files
committed
Increasing timeouts
(cherry picked from commit 4d9d596)
1 parent 15db3c3 commit 94bcdc7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/smoketests/test_run_smoketest.py

Lines changed: 2 additions & 2 deletions
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)