Commit 8fe2fa7e by Trent Houliston

Increase the amount of time to execute the functions to 50ms

parent 352149e8
...@@ -18,8 +18,8 @@ def test_chrono_system_clock(): ...@@ -18,8 +18,8 @@ def test_chrono_system_clock():
assert diff.days == 0 assert diff.days == 0
assert diff.seconds == 0 assert diff.seconds == 0
# 500 microseconds is a very long time to execute this # 50 milliseconds is a very long time to execute this
assert diff.microseconds < 500 assert diff.microseconds < 50000
def test_chrono_system_clock_roundtrip(): def test_chrono_system_clock_roundtrip():
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment