Skip to content

Commit

Permalink
Merge pull request ppb#218 from astronouth7303/adjust-failer-timer
Browse files Browse the repository at this point in the history
test_failer_timed: Bump margin to 0.011
  • Loading branch information
pathunstrom authored Mar 29, 2019
2 parents 32d28f2 + 89b447a commit 5ed92ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_testutil.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,4 @@ def test_failer_timed():

run_time = end_time - start_time

assert abs(run_time - 0.1) <= 0.01
assert abs(run_time - 0.1) <= 0.011

0 comments on commit 5ed92ca

Please sign in to comment.