Skip to content

Commit

Permalink
timeout in a test
Browse files Browse the repository at this point in the history
  • Loading branch information
pomponchik committed Aug 8, 2024
1 parent af50521 commit c6ddf46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/units/tokens/test_timeout_token.py
Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,7 @@ def test_timeout_is_more_important_than_cache():
assert report.from_token is inner_token
assert report.cause == CancelCause.CANCELLED

sleep(sleep_time * 10)
sleep(sleep_time * 15)

for report in token.get_report(True), token.get_report(False):
assert report is not None
Expand Down

0 comments on commit c6ddf46

Please sign in to comment.