mirror of
https://github.com/RYDE-WORK/pybind11.git
synced 2026-01-19 21:23:26 +08: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…
x
Reference in New Issue
Block a user