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

Merge branch 'test/idle' into 'master'

TEST: Fix to idle test

See merge request fsl/fslpy!140
parents fb2c2cc6 8ed6d78e
No related branches found
No related tags found
No related merge requests found
Pipeline #3950 passed
...@@ -178,7 +178,7 @@ def _test_block(): ...@@ -178,7 +178,7 @@ def _test_block():
# Be relaxed about precision - timing # Be relaxed about precision - timing
# can sometimes be pretty sloppy when # can sometimes be pretty sloppy when
# running in a docker container. # running in a docker container.
assert abs((end - start) < 2) < 0.05 assert abs((end - start) - 2) < 0.05
if fslplatform.haveGui: if fslplatform.haveGui:
assert called[0] 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