summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_asyncio/test_windows_events.py
diff options
context:
space:
mode:
authorVictor Stinner <victor.stinner@gmail.com>2014-02-03 22:59:52 (GMT)
committerVictor Stinner <victor.stinner@gmail.com>2014-02-03 22:59:52 (GMT)
commit1703bbbf899da639d75d7300afebb12f5fb2a8c6 (patch)
tree471ca402ca5d58fa2951369736effea02b723320 /Lib/test/test_asyncio/test_windows_events.py
parente48d4db000b600e839273d60835f2c1b80f0264f (diff)
downloadcpython-1703bbbf899da639d75d7300afebb12f5fb2a8c6.zip
cpython-1703bbbf899da639d75d7300afebb12f5fb2a8c6.tar.gz
cpython-1703bbbf899da639d75d7300afebb12f5fb2a8c6.tar.bz2
Oops, undo unwanted changes in test_asyncio: mistakes of my the last sync with
Tulip (changeset d7ac90c0463a)
Diffstat (limited to 'Lib/test/test_asyncio/test_windows_events.py')
-rw-r--r--Lib/test/test_asyncio/test_windows_events.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/test_asyncio/test_windows_events.py b/Lib/test/test_asyncio/test_windows_events.py
index 3c271eb..846049a 100644
--- a/Lib/test/test_asyncio/test_windows_events.py
+++ b/Lib/test/test_asyncio/test_windows_events.py
@@ -105,7 +105,7 @@ class ProactorTests(unittest.TestCase):
self.loop.run_until_complete(f)
elapsed = self.loop.time() - start
self.assertFalse(f.result())
- self.assertTrue(0.18 < elapsed < 0.5, elapsed)
+ self.assertTrue(0.18 < elapsed < 0.9, elapsed)
_overlapped.SetEvent(event)