mirror of
https://github.com/python/cpython.git
synced 2026-01-30 22:55:41 +00:00
bpo-47038: Increase a test timeout for slow CI machines (GH-31951)
(cherry picked from commit a7c54148322781cb0f332d440a3454d550ef6414) Co-authored-by: Andrew Svetlov <andrew.svetlov@gmail.com>
This commit is contained in:
parent
0412e3ae03
commit
4e9bb27eae
@ -144,7 +144,7 @@ class AsyncioWaitForTest(unittest.IsolatedAsyncioTestCase):
|
||||
self.assertTrue(fut.done())
|
||||
# it should have been cancelled due to the timeout
|
||||
self.assertTrue(fut.cancelled())
|
||||
self.assertLess(t1 - t0, 0.2)
|
||||
self.assertLess(t1 - t0, 0.5)
|
||||
self.assertEqual(foo_running, False)
|
||||
|
||||
async def test_wait_for_blocking(self):
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user