This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author vstinner
Recipients michael.foord, pitrou, rhettinger, vstinner
Date 2011-04-07.23:08:31
SpamBayes Score 4.7311036e-07
Marked as misclassified No
Message-id <1302217713.0.0.770066647225.issue11800@psf.upfronthosting.co.za>
In-reply-to
Content
> 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.
History
Date User Action Args
2011-04-07 23:08:33vstinnersetrecipients: + vstinner, rhettinger, pitrou, michael.foord
2011-04-07 23:08:32vstinnersetmessageid: <1302217713.0.0.770066647225.issue11800@psf.upfronthosting.co.za>
2011-04-07 23:08:31vstinnerlinkissue11800 messages
2011-04-07 23:08:31vstinnercreate