Skip to content

Commit

Permalink
Fix flaky test_sync_waiter_timeout_in_worker_thread test (PrefectHQ…
Browse files Browse the repository at this point in the history
  • Loading branch information
bunchesofdonald authored Jun 6, 2024
1 parent 357fa48 commit 9c19157
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/_internal/concurrency/test_waiters.py
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ def test_sync_waiter_timeout_in_worker_thread():
with pytest.raises(CancelledError):
call.result()

assert t1 - t0 < 1
assert t1 - t0 < 2

assert call.cancelled()
assert (
Expand Down

0 comments on commit 9c19157

Please sign in to comment.