mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
test_asyncio: relax timing, the "AMD64 Windows Server 2008 [SB] 3.x" buildbot
looks to be slow
This commit is contained in:
parent
524be3056e
commit
a0aa88ce89
1 changed files with 1 additions and 1 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