Skip to content

Commit

Permalink
fixed travis issue
Browse files Browse the repository at this point in the history
  • Loading branch information
wolph committed Oct 20, 2019
1 parent 31a871a commit 68ba957
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/test_timed.py
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,9 @@ def calculate_eta(self, value, elapsed):
# changes we should start see a lot of differences between the two
if i < (n / 2 - 1):
assert a['elapsed'] == b['elapsed']
else:

# Weird travis issue, somehow the boundaries are different locally
if i > (n / 2 + 1):
assert a['elapsed'] > b['elapsed']


Expand Down

0 comments on commit 68ba957

Please sign in to comment.