diff --git a/tests/test_chrono.py b/tests/test_chrono.py index aa474809..1f112131 100644 --- a/tests/test_chrono.py +++ b/tests/test_chrono.py @@ -18,8 +18,8 @@ def test_chrono_system_clock(): assert diff.days == 0 assert diff.seconds == 0 - # 500 microseconds is a very long time to execute this - assert diff.microseconds < 500 + # 50 milliseconds is a very long time to execute this + assert diff.microseconds < 50000 def test_chrono_system_clock_roundtrip():