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 e353c39 commit f0305dc
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 @@ -307,7 +307,7 @@ def test_not_quasitemp_timeout_token_plus_not_temp_simple_token_reverse():


def test_timeout_is_more_important_than_cache():
sleep_time = 0.0001
sleep_time = 0.001
inner_token = SimpleToken(cancelled=True)
token = TimeoutToken(sleep_time, inner_token)

Expand Down

0 comments on commit f0305dc

Please sign in to comment.