Skip to content

Commit

Permalink
Make test less brittle
Browse files Browse the repository at this point in the history
  • Loading branch information
lukipuki committed Oct 29, 2023
1 parent b40ca83 commit 2de9f6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_retries.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ async def sleep_and_4():

self.assertAlmostEqual(
finished2.timestamp(),
(start + timedelta(seconds=0.10)).timestamp(),
(start + timedelta(seconds=0.11)).timestamp(),
delta=0.03,
)
self.assertAlmostEqual(
Expand Down

0 comments on commit 2de9f6f

Please sign in to comment.