mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
Merge 3.2
This commit is contained in:
commit
f09e652a0e
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.5)
|
||||
self.assertLess(join.elapsed, 0.5)
|
||||
|
||||
def raising():
|
||||
raise KeyError("key")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue