diff options
author | Victor Stinner <victor.stinner@gmail.com> | 2016-04-18 08:28:42 (GMT) |
---|---|---|
committer | Victor Stinner <victor.stinner@gmail.com> | 2016-04-18 08:28:42 (GMT) |
commit | c1b578608ef397dcc7a64ff1228aa770e2b65cb2 (patch) | |
tree | b7a292eeaea24dae849bcd54ea803a5a86396d33 /Lib/test/test_epoll.py | |
parent | d274b3f1f1e2d8811733fb952c9f18d7da3a376a (diff) | |
download | cpython-c1b578608ef397dcc7a64ff1228aa770e2b65cb2.zip cpython-c1b578608ef397dcc7a64ff1228aa770e2b65cb2.tar.gz cpython-c1b578608ef397dcc7a64ff1228aa770e2b65cb2.tar.bz2 |
Fix test_asyncio.test_timeout_disable()
Issue #26777: Fix random failing of the test on the "AMD64 FreeBSD 9.x 3.5"
buildbot:
File ".../Lib/test/test_asyncio/test_tasks.py", line 2398, in go
self.assertTrue(0.09 < dt < 0.11, dt)
AssertionError: False is not true : 0.11902812402695417
Replace "< 0.11" with "< 0.15".
Diffstat (limited to 'Lib/test/test_epoll.py')
0 files changed, 0 insertions, 0 deletions