Commit 900189b4 authored by Victor Stinner's avatar Victor Stinner

Merge 3.1

parents aebac0b5 29943aa1
......@@ -1088,7 +1088,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")
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment