Skip to content

Commit

Permalink
repeat - increase wait for less flaky tests
Browse files Browse the repository at this point in the history
  • Loading branch information
IGalat committed Sep 28, 2024
1 parent 84ffa8f commit 7a1cdbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/tapper/helper/test_repeat.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ def raise_io_error() -> None:

def wait_for_repeatable() -> None:
"""Less flaky compared to just time.sleep"""
for _ in range(5):
for _ in range(25):
if repeat_util.running_repeatable is not None:
break
time.sleep(0.001)
Expand Down

0 comments on commit 7a1cdbd

Please sign in to comment.