]> granicus.if.org Git - python/commit
bpo-30595: Increase test_queue_feeder_donot_stop_onexc() timeout (GH-2148) (GH-5429)
authorVictor Stinner <victor.stinner@gmail.com>
Mon, 29 Jan 2018 15:54:29 +0000 (16:54 +0100)
committerGitHub <noreply@github.com>
Mon, 29 Jan 2018 15:54:29 +0000 (16:54 +0100)
commitb60f43a0e6052b29517931eea591b0b29903f382
tree601f98c74541814c823f02a707f44bc80a471474
parentf5a793522d539afc84ac7888c9ad189097c43a75
bpo-30595: Increase test_queue_feeder_donot_stop_onexc() timeout (GH-2148) (GH-5429)

_test_multiprocessing.test_queue_feeder_donot_stop_onexc() now uses a
timeout of 1 second on Queue.get(), instead of 0.1 second, for slow
buildbots.

(cherry picked from commit 8f6eeaf21cdf4aea25fdefeec814a1ce07453fe9)
Lib/test/test_multiprocessing.py