Skip to content

Commit

Permalink
Allow for 1.2 seconds to avoid CI failing for MacOS
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewfeickert committed May 6, 2020
1 parent 6a4f806 commit f6d94f3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ def test_version(script_runner):
assert ret.success
assert hfval.__version__ in ret.stdout
assert ret.stderr == ""
# make sure it took less than a second
assert elapsed < 1.0
# make sure it took about a second or less
assert elapsed < 1.2

0 comments on commit f6d94f3

Please sign in to comment.