Windows buildbot: use --timeout feature in Tools/buildbot/test.bat

Use the same default timeout than Makefile: 1 hour (3600 seconds).
This commit is contained in:
Victor Stinner 2014-01-31 16:07:32 +01:00
parent 4205065f9b
commit 20b017ef9e
1 changed files with 1 additions and 1 deletions

View File

@ -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