Skip to content

Commit

Permalink
Relax timeout, AppVeyor is too slow
Browse files Browse the repository at this point in the history
  • Loading branch information
asvetlov committed Jul 31, 2016
1 parent 05890bd commit 407a5ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_timeout.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ def long_running_task():
resp = yield from long_running_task()
assert resp == 'done'
dt = loop.time() - t0
assert 0.09 < dt < 0.12, dt
assert 0.09 < dt < 0.13, dt


@pytest.mark.run_loop
Expand Down

0 comments on commit 407a5ab

Please sign in to comment.