We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c514fd1 commit 4d35439Copy full SHA for 4d35439
1 file changed
tests/test_core_dt.py
@@ -30,5 +30,5 @@ def test_utc_now_mono():
30
now_mono_2 = dt.utc_now(monotonic=True)
31
assert now_mono_2 >= now_mono_1
32
33
- time.sleep(0.01)
+ time.sleep(0.1)
34
assert dt.utc_now(monotonic=True) > now_mono
0 commit comments