mirror of
https://github.com/pybind/pybind11.git
synced 2026-03-14 20:27:47 +00:00
Increase the amount of time to execute the functions to 50ms
This commit is contained in:
@@ -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():
|
||||
|
||||
Reference in New Issue
Block a user