Commit c76a69ec authored by Denis Bilenko's avatar Denis Bilenko

test__pool.py: increase timeout

parent bd2daccf
......@@ -231,7 +231,7 @@ class TestPool(TestCase):
)
kill = TimingWrapper(self.pool.kill)
kill(block=True)
assert kill.elapsed < 0.2, kill.elapsed
assert kill.elapsed < 0.5, kill.elapsed
class TestPool2(TestPool):
......
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