Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
gaoqiong
pybind11
Commits
8fe2fa7e
Commit
8fe2fa7e
authored
Aug 25, 2016
by
Trent Houliston
Browse files
Increase the amount of time to execute the functions to 50ms
parent
352149e8
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
tests/test_chrono.py
tests/test_chrono.py
+2
-2
No files found.
tests/test_chrono.py
View file @
8fe2fa7e
...
@@ -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
# 50
0
mi
cro
seconds is a very long time to execute this
# 50 mi
lli
seconds is a very long time to execute this
assert
diff
.
microseconds
<
500
assert
diff
.
microseconds
<
500
00
def
test_chrono_system_clock_roundtrip
():
def
test_chrono_system_clock_roundtrip
():
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment