projects
/
python
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4205065
)
Windows buildbot: use --timeout feature in Tools/buildbot/test.bat
author
Victor Stinner
<victor.stinner@gmail.com>
Fri, 31 Jan 2014 15:07:32 +0000
(16:07 +0100)
committer
Victor Stinner
<victor.stinner@gmail.com>
Fri, 31 Jan 2014 15:07:32 +0000
(16:07 +0100)
Use the same default timeout than Makefile: 1 hour (3600 seconds).
Tools/buildbot/test.bat
patch
|
blob
|
history
diff --git
a/Tools/buildbot/test.bat
b/Tools/buildbot/test.bat
index 4f4c6aa9e1f130d94e960d587ee39bf474b11c60..4e4db10d7eceb7005246d6da4db3815ed7323f4c 100644
(file)
--- 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