summaryrefslogtreecommitdiffstats
path: root/Tools
diff options
context:
space:
mode:
authorVictor Stinner <victor.stinner@gmail.com>2014-01-31 15:07:32 (GMT)
committerVictor Stinner <victor.stinner@gmail.com>2014-01-31 15:07:32 (GMT)
commit20b017ef9e47d6c5cc2b828480a804e130c01292 (patch)
treea15c438f17825ded273c82488c8df9cb8eddfd2e /Tools
parent4205065f9bdc49d648f5e6ef7f854995e919ba59 (diff)
downloadcpython-20b017ef9e47d6c5cc2b828480a804e130c01292.zip
cpython-20b017ef9e47d6c5cc2b828480a804e130c01292.tar.gz
cpython-20b017ef9e47d6c5cc2b828480a804e130c01292.tar.bz2
Windows buildbot: use --timeout feature in Tools/buildbot/test.bat
Use the same default timeout than Makefile: 1 hour (3600 seconds).
Diffstat (limited to 'Tools')
-rw-r--r--Tools/buildbot/test.bat2
1 files changed, 1 insertions, 1 deletions
diff --git a/Tools/buildbot/test.bat b/Tools/buildbot/test.bat
index 4f4c6aa..4e4db10 100644
--- 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