Skip to content
Snippets Groups Projects
Commit 8ed6d78e authored by Paul McCarthy's avatar Paul McCarthy :mountain_bicyclist:
Browse files

TEST: Fix to idle test

parent fb2c2cc6
No related branches found
No related tags found
No related merge requests found
......@@ -178,7 +178,7 @@ def _test_block():
# Be relaxed about precision - timing
# can sometimes be pretty sloppy when
# running in a docker container.
assert abs((end - start) < 2) < 0.05
assert abs((end - start) - 2) < 0.05
if fslplatform.haveGui:
assert called[0]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment