STINNER Victor added the comment: 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 ---------- _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue30673> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com