mirror of
https://github.com/python/cpython.git
synced 2025-08-31 05:58:33 +00:00
Oops, undo unwanted changes in test_asyncio: mistakes of my the last sync with
Tulip (changeset d7ac90c0463a)
This commit is contained in:
parent
e48d4db000
commit
1703bbbf89
3 changed files with 17 additions and 8 deletions
|
@ -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)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue