Branch: refs/heads/master Home: https://github.com/python/cpython Commit: 8f6eeaf21cdf4aea25fdefeec814a1ce07453fe9 https://github.com/python/cpython/commit/8f6eeaf21cdf4aea25fdefeec814a1ce07453fe9 Author: Victor Stinner <victor.stinner at gmail.com> Date: 2017年06月13日 (2017年6月13日) Changed paths: M Lib/test/_test_multiprocessing.py Log Message: ----------- 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.