We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b31fab commit ad15ee5Copy full SHA for ad15ee5
Lib/test/test_concurrent_futures/test_process_pool.py
@@ -237,7 +237,7 @@ def test_process_pool_executor_terminate_kill_workers(self):
237
executor.submit(_put_sleep_put, q)
238
239
# We should get started, but not finished since we'll terminate the workers just after
240
- self.assertEqual(q.get(timeout=1), 'started')
+ self.assertEqual(q.get(timeout=5), 'started')
241
242
worker_process = list(executor._processes.values())[0]
243
getattr(executor, function_name)()
0 commit comments