[Python-checkins] cpython: Windows buildbot: use --timeout feature in Tools/buildbot/test.bat

victor.stinner python-checkins at python.org
Fri Jan 31 16:08:17 CET 2014


http://hg.python.org/cpython/rev/9a3e60b74cc7
changeset:   88852:9a3e60b74cc7
user:        Victor Stinner <victor.stinner at gmail.com>
date:        Fri Jan 31 16:07:32 2014 +0100
summary:
  Windows buildbot: use --timeout feature in Tools/buildbot/test.bat

Use the same default timeout than Makefile: 1 hour (3600 seconds).

files:
  Tools/buildbot/test.bat |  2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/Tools/buildbot/test.bat b/Tools/buildbot/test.bat
--- a/Tools/buildbot/test.bat
+++ b/Tools/buildbot/test.bat
@@ -1,3 +1,3 @@
 @rem Used by the buildbot "test" step.
 cd PCbuild
-call rt.bat -d -q -uall -rwW -n %1 %2 %3 %4 %5 %6 %7 %8 %9
+call rt.bat -d -q -uall -rwW -n --timeout=3600 %1 %2 %3 %4 %5 %6 %7 %8 %9

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list