mirror of
https://github.com/pybind/pybind11.git
synced 2024-11-11 08:03:55 +00:00
Increase the amount of time to execute the functions to 50ms
This commit is contained in:
parent
352149e892
commit
8fe2fa7eba
@ -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():
|
||||
|
Loading…
Reference in New Issue
Block a user