]> granicus.if.org Git - python/commit
Relax timing on test_asyncio for busy (slow) Windows buildbots
authorVictor Stinner <victor.stinner@gmail.com>
Mon, 18 Nov 2013 10:05:22 +0000 (11:05 +0100)
committerVictor Stinner <victor.stinner@gmail.com>
Mon, 18 Nov 2013 10:05:22 +0000 (11:05 +0100)
commite3010fd740b63df306f878fc872e29d5f6be7487
treea6f33c45857ed0d3a386e54bae6227f812160d29
parent85ba92a0b80a9e9457a6c637576aa0b35588a566
Relax timing on test_asyncio for busy (slow) Windows buildbots

http://buildbot.python.org/all/builders/AMD64%20Windows%20Server%202008%20%5BSB%5D%203.x/builds/1649/steps/test/logs/stdio

======================================================================
FAIL: test_wait_for_handle (test.test_asyncio.test_windows_events.ProactorTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "E:\home\cpython\buildslave\x64\3.x.snakebite-win2k8r2sp1-amd64\build\lib\test\test_asyncio\test_windows_events.py", line 112, in test_wait_for_handle
    self.assertTrue(0.18 < elapsed < 0.22, elapsed)
AssertionError: False is not true : 0.25
Lib/test/test_asyncio/test_windows_events.py