projects
/
python
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5285571
)
Windows buildbot: use --timeout feature in Tools/buildbot/test-amd64.bat
author
Victor Stinner
<victor.stinner@gmail.com>
Thu, 20 Feb 2014 22:26:12 +0000
(23:26 +0100)
committer
Victor Stinner
<victor.stinner@gmail.com>
Thu, 20 Feb 2014 22:26:12 +0000
(23:26 +0100)
Use the same default timeout than test.bat: 1 hour (3600 seconds).
Tools/buildbot/test-amd64.bat
patch
|
blob
|
history
diff --git
a/Tools/buildbot/test-amd64.bat
b/Tools/buildbot/test-amd64.bat
index 1bf124cd921510566d1e70ecb42f89b43e29d240..de64f25fbec3c2f4507c6570d3808966f45c346c 100644
(file)
--- a/
Tools/buildbot/test-amd64.bat
+++ b/
Tools/buildbot/test-amd64.bat
@@
-1,3
+1,3
@@
@rem Used by the buildbot "test" step.
cd PCbuild
-call rt.bat -d -q -x64 -uall -rwW -n %1 %2 %3 %4 %5 %6 %7 %8 %9
+call rt.bat -d -q -x64 -uall -rwW -n
--timeout=3600
%1 %2 %3 %4 %5 %6 %7 %8 %9