Skip to content

Commit 4d35439

Browse files
committed
Updated testcase to, hopefully, stop failing on Win32.
1 parent c514fd1 commit 4d35439

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/test_core_dt.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,5 @@ def test_utc_now_mono():
3030
now_mono_2 = dt.utc_now(monotonic=True)
3131
assert now_mono_2 >= now_mono_1
3232

33-
time.sleep(0.01)
33+
time.sleep(0.1)
3434
assert dt.utc_now(monotonic=True) > now_mono

0 commit comments

Comments
 (0)