[issue8405] Improve test_os._kill (failing on slow machines)

Brian Curtin report at bugs.python.org
Thu May 27 16:58:46 CEST 2010


Brian Curtin <curtin at acm.org> added the comment:

I just noticed the other day that a buildbot failed because of this issue. Attached is a patch which removes the unconditional 0.5 sleep, and increases the loop to run 100 times. It should cover the worst case of a super slow buildbot, but is still typically complete in tenths of a second in the common case.

----------
Added file: http://bugs.python.org/file17473/issue8405.diff

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue8405>
_______________________________________


More information about the Python-bugs-list mailing list