Skip to content

Commit

Permalink
[3.6] Increate test timeout to satisfy slow CI box (#4236)
Browse files Browse the repository at this point in the history
(cherry picked from commit 3cf4104)

Co-authored-by: Andrew Svetlov <andrew.svetlov@gmail.com>
  • Loading branch information
asvetlov committed Oct 19, 2019
1 parent 78ea83f commit 59708be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_web_websocket_functional.py
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,7 @@ async def handler(request):
await asyncio.sleep(0.08, loop=loop)
assert (await aborted)

assert elapsed < 0.201, \
assert elapsed < 0.25, \
'close() should have returned before ' \
'at most 2x timeout.'

Expand Down

0 comments on commit 59708be

Please sign in to comment.