Commit ee54de79 authored by Stefan Behnel's avatar Stefan Behnel

See if a slightly longer runtime keeps the async test from failing arbitrarily.

parent 991e0342
......@@ -814,7 +814,7 @@ class AsyncGenAsyncioTest(unittest.TestCase):
await g.__anext__()
del g
await asyncio.sleep(0.1, loop=self.loop)
await asyncio.sleep(0.2, loop=self.loop)
self.loop.run_until_complete(run())
self.assertEqual(DONE, 1)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment