mirror of https://github.com/python/cpython
Merge 3.2
This commit is contained in:
commit
f09e652a0e
|
@ -1100,7 +1100,7 @@ class _TestPool(BaseTestCase):
|
|||
self.pool.terminate()
|
||||
join = TimingWrapper(self.pool.join)
|
||||
join()
|
||||
self.assertTrue(join.elapsed < 0.5)
|
||||
self.assertLess(join.elapsed, 0.5)
|
||||
|
||||
def raising():
|
||||
raise KeyError("key")
|
||||
|
|
Loading…
Reference in New Issue