Branch: refs/heads/master Home: https://github.com/python/cpython Commit: 7d6320ba47a229543acc0af6a64bc4e414932273 https://github.com/python/cpython/commit/7d6320ba47a229543acc0af6a64bc4e414932273 Author: Victor Stinner <victor.stinner at gmail.com> Date: 2017年05月15日 (2017年5月15日) Changed paths: M Lib/test/test_multiprocessing_main_handling.py Log Message: ----------- bpo-30339: test_multiprocessing_main_handling timeout (#1593) test_multiprocessing_main_handling: increase the test_source timeout from 10 seconds to 60 seconds, since the test fails randomly on busy buildbots.