Skip to content

Commit 11f7945

Browse files
committed
test speedup tweak when running on fast hardware
1 parent 6fa9793 commit 11f7945

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

system_test/fixture.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ def retry(
6565
every=0.05,
6666
msg='Timed out retrying',
6767
backoff_till=5.0,
68-
lead_sleep=0.1):
68+
lead_sleep=0.001):
6969
"""
7070
Repeat task every `interval` until it returns a truthy value or times out.
7171
"""

0 commit comments

Comments
 (0)