Skip to content

Commit

Permalink
SQ: Bump timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
davidfstr committed Feb 23, 2024
1 parent 0a581fb commit 1220097
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/crystal/tests/test_bulkheads.py
Original file line number Diff line number Diff line change
Expand Up @@ -1431,7 +1431,7 @@ def progression_func():
return '(waiting for first task to start)'
else:
return title
await wait_while(progression_func)
await wait_while(progression_func, progress_timeout=5.0)

# Postconditions
assert scheduler_sleep.called # type: ignore[attr-defined]
Expand Down

0 comments on commit 1220097

Please sign in to comment.