mirror of
https://github.com/python/cpython.git
synced 2025-01-27 03:24:35 +08:00
Relax timing check (seen a buildbot failure on this)
This commit is contained in:
parent
2f5cac6ab4
commit
60bf7e9e4d
@ -1088,7 +1088,7 @@ class _TestPool(BaseTestCase):
|
||||
self.pool.terminate()
|
||||
join = TimingWrapper(self.pool.join)
|
||||
join()
|
||||
self.assertTrue(join.elapsed < 0.2)
|
||||
self.assertTrue(join.elapsed < 0.5)
|
||||
|
||||
def raising():
|
||||
raise KeyError("key")
|
||||
|
Loading…
Reference in New Issue
Block a user