]> granicus.if.org Git - python/commit
Fix #8405 for slow buildbots. Remove the sleep on startup and move the
authorBrian Curtin <brian.curtin@gmail.com>
Fri, 28 May 2010 15:49:21 +0000 (15:49 +0000)
committerBrian Curtin <brian.curtin@gmail.com>
Fri, 28 May 2010 15:49:21 +0000 (15:49 +0000)
commit83cba05c30db591e7425dfbfb4b87a179f98aa70
treecd8362628a1181e074005edfae459651fa5cf616
parentb41afb55446cf57abca6a8bcf1b38fe84b0d9e6b
Fix #8405 for slow buildbots. Remove the sleep on startup and move the
pipe communication into a loop to retry in case a buildbot gets even slower.
Lib/test/test_os.py