[issue11800] regrtest --timeout: apply the timeout on a function, not on the whole file

STINNER Victor report at bugs.python.org
Fri Apr 8 01:08:33 CEST 2011


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

> Still I don't see the point. Is a 60 minutes timeout too long?

If regrtest timeout is too close to the buildbot timeout, we may not get the traceback if the blocking test is the last test.

I don't know yet if we will get false positive with a timeout of 60 minutes.

Another *minor* advantage of a smaller regrtest timeout is to "protect" the buildbot: catching faster a hang avoids to wait one hour to start a new build. Most hangs are sporadic or introduced by recent commits.

----------

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


More information about the Python-bugs-list mailing list