Skip to content

Commit f566a6c

Browse files
authored
Update distributed/tests/test_asyncprocess.py
1 parent 2ef9cc1 commit f566a6c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

distributed/tests/test_asyncprocess.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -325,8 +325,8 @@ def test_process_reaped_elsewhere(cleanup):
325325
) as pool:
326326
# this needs to be run in a process pool because reaping a process
327327
# outside multiprocessing causes it to remain in
328-
# multiprocessing.active_children() forever - which blocks cleanup for
329-
# 40 seconds
328+
# multiprocessing.active_children() forever - which blocks cleanup
329+
# see https://github.com/python/cpython/issues/94661
330330
assert (
331331
pool.submit(
332332
_run_and_close_tornado, _check_process_reaped_elsewhere

0 commit comments

Comments
 (0)