mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +00:00
Relax timing check (seen a buildbot failure on this)
This commit is contained in:
commit
732110ab39
1 changed files with 1 additions and 1 deletions
|
@ -1100,7 +1100,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…
Add table
Add a link
Reference in a new issue