[Python-checkins] bpo-47038: Increase a test timeout for slow CI machines (GH-31951)

asvetlov webhook-mailer at python.org
Wed Mar 16 20:54:45 EDT 2022


https://github.com/python/cpython/commit/a7c54148322781cb0f332d440a3454d550ef6414
commit: a7c54148322781cb0f332d440a3454d550ef6414
branch: main
author: Andrew Svetlov <andrew.svetlov at gmail.com>
committer: asvetlov <andrew.svetlov at gmail.com>
date: 2022年03月17日T02:54:36+02:00
summary:
bpo-47038: Increase a test timeout for slow CI machines (GH-31951)
files:
M Lib/test/test_asyncio/test_waitfor.py
diff --git a/Lib/test/test_asyncio/test_waitfor.py b/Lib/test/test_asyncio/test_waitfor.py
index 874aabf9bd715..45498fa097f6b 100644
--- a/Lib/test/test_asyncio/test_waitfor.py
+++ b/Lib/test/test_asyncio/test_waitfor.py
@@ -144,7 +144,7 @@ async def foo():
 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):


More information about the Python-checkins mailing list

AltStyle によって変換されたページ (->オリジナル) /