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.22:31:10
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1497565870.3.0.0673827809966.issue30673@psf.upfronthosting.co.za>
In-reply-to
Content
Oh wait, it seems like I misunderstood how Tools/buildbot/test.bat works: unknown parameters as passed as if to regrtest. So it wasn't needed to add a new -t option, using --timeout should just work.

There were two bugs in the buildbot configuration:

* the default timeout was not set if no explicit timeout was configured per buildbot
* the timeout was not set on the class used by the "AMD64 Windows8.1 Refleaks 3.x" buildbot

My following configuration change (already deployed on buildbot) fixes these two issues:
https://github.com/python/buildmaster-config/commit/cb5a90724c6a5e316f3b4f8c862bbda142cafc8d
History
Date User Action Args
2017-06-15 22:31:10vstinnersetrecipients: + vstinner, paul.moore, tim.golden, zach.ware, steve.dower
2017-06-15 22:31:10vstinnersetmessageid: <1497565870.3.0.0673827809966.issue30673@psf.upfronthosting.co.za>
2017-06-15 22:31:10vstinnerlinkissue30673 messages
2017-06-15 22:31:10vstinnercreate