]> granicus.if.org Git - python/commit
bpo-30595: Increase test_queue_feeder_donot_stop_onexc() timeout (#2148)
authorVictor Stinner <victor.stinner@gmail.com>
Tue, 13 Jun 2017 21:48:47 +0000 (23:48 +0200)
committerGitHub <noreply@github.com>
Tue, 13 Jun 2017 21:48:47 +0000 (23:48 +0200)
commit8f6eeaf21cdf4aea25fdefeec814a1ce07453fe9
tree90b9f5b6337e4174be5b890cc1233f2408c5d242
parentc94caca65cd38802243b5279cf85ee44ffb2abb8
bpo-30595: Increase test_queue_feeder_donot_stop_onexc() timeout (#2148)

_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.
Lib/test/_test_multiprocessing.py