Skip to content

Commit

Permalink
Fix asertion error with 0,24 instead of 0,2 gabrielfalcao#459
Browse files Browse the repository at this point in the history
Signed-off-by: Sarah Julia Kriesch <[email protected]>
  • Loading branch information
skriesch committed Oct 27, 2022
1 parent 2098d2c commit 063a58b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/bugfixes/nosetests/test_430_respect_timeout.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,4 +51,4 @@ def my_callback(request, url, headers):
# And the total execution time should be less than 0.2 seconds
event.set()
total_time = time.time() - started_at
total_time.should.be.lower_than(0.2)
total_time.should.be.lower_than(0.24)

0 comments on commit 063a58b

Please sign in to comment.