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 65a8987 commit 7729fb6Copy full SHA for 7729fb6
Lib/test/test_logging.py
@@ -4015,7 +4015,7 @@ def test_config_queue_handler_multiprocessing_context(self):
4015
# use 1 process and 1 task per child to put 1 record
4016
with ctx.Pool(1, initializer=self._mpinit_issue121723,
4017
initargs=(q, "text"), maxtasksperchild=1):
4018
- records.append(q.get(timeout=0.5))
+ records.append(q.get(timeout=2))
4019
self.assertTrue(q.empty())
4020
self.assertEqual(len(records), 1)
4021
0 commit comments