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

STINNER Victor report at bugs.python.org
Fri Apr 16 14:44:21 CEST 2010


STINNER Victor <victor.stinner at haypocalc.com> added the comment:

With the patch, the test have 1.0 second to succeed. I would prefer 5.0 or 10.0 seconds: it should not waste the 10 seconds because it should succeed if a new milliseconds. But if the machine is "slow" (which is the topic of the issue), you can give some more seconds to the test. So max=100, sleep=0.1

----------
nosy: +haypo

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


More information about the Python-bugs-list mailing list