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 paul.moore, steve.dower, tim.golden, vstinner, zach.ware
Date 2017-06-15.11:01:53
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1497524514.07.0.657650924197.issue30673@psf.upfronthosting.co.za>
In-reply-to
Content
I need this option to increase the timeout (currently of 20 min) per test file on the "AMD64 Windows8.1 Refleaks 3.x" buildbot. We already changed the buildbot timeout (timeout x 10 for refleaks tests):
https://github.com/python/buildmaster-config/commit/77316bfe4a5428650d1b120c32d9d65fa69e9c8f

The test step on this buildbot takes 2h30. On the same buildbot slave server, the "AMD64 Windows8.1 Non-Debug 3.x" buildbot takes less than 20 min for the whole "step" step!

For the "x86 Gentoo Refleaks 3.x" buildbot, the buildbot timeout is 12000 seconds and the regrtest timeout is 11700 seconds. But on Windows, we don't support "regrtest timeout" yet, it's currently hardcoded to 20 min.
History
Date User Action Args
2017-06-15 11:01:54vstinnersetrecipients: + vstinner, paul.moore, tim.golden, zach.ware, steve.dower
2017-06-15 11:01:54vstinnersetmessageid: <1497524514.07.0.657650924197.issue30673@psf.upfronthosting.co.za>
2017-06-15 11:01:53vstinnerlinkissue30673 messages
2017-06-15 11:01:53vstinnercreate