diff options
author | Victor Stinner <vstinner@python.org> | 2019-09-24 10:47:49 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-09-24 10:47:49 (GMT) |
commit | 99799c722065d0524f3ab0bc455e1938bb8dc60f (patch) | |
tree | c628c79ab189970fc9c000515ae9218d997a07d7 /Misc | |
parent | ef048517755db1f0d211fb6dfc655a8b412cc96f (diff) | |
download | cpython-99799c722065d0524f3ab0bc455e1938bb8dc60f.zip cpython-99799c722065d0524f3ab0bc455e1938bb8dc60f.tar.gz cpython-99799c722065d0524f3ab0bc455e1938bb8dc60f.tar.bz2 |
bpo-38212: Increase MP test_queue_feeder_donot_stop_onexc() timeout (GH-16348)
Multiprocessing tests: increase test_queue_feeder_donot_stop_onexc()
timeout from 1 to 60 seconds.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Tests/2019-09-24-12-24-05.bpo-38212.IWbhWz.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Tests/2019-09-24-12-24-05.bpo-38212.IWbhWz.rst b/Misc/NEWS.d/next/Tests/2019-09-24-12-24-05.bpo-38212.IWbhWz.rst new file mode 100644 index 0000000..83a812d --- /dev/null +++ b/Misc/NEWS.d/next/Tests/2019-09-24-12-24-05.bpo-38212.IWbhWz.rst @@ -0,0 +1,2 @@ +Multiprocessing tests: increase test_queue_feeder_donot_stop_onexc() timeout +from 1 to 60 seconds. |