• Victor Stinner's avatar
    Fix test_asyncio.test_timeout_disable() · c1b57860
    Victor Stinner authored
    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".
    c1b57860
test_tasks.py 77.3 KB