diff options
author | Victor Stinner <victor.stinner@gmail.com> | 2014-02-20 22:26:12 (GMT) |
---|---|---|
committer | Victor Stinner <victor.stinner@gmail.com> | 2014-02-20 22:26:12 (GMT) |
commit | e8ebe152defbedd7ffd52ae4d970f70bdec38525 (patch) | |
tree | 08600828f8edc119dfe8cfff55d6bf72b535603d /Tools | |
parent | 52855719f58ee294790e6c3c7b834939d7ece6ac (diff) | |
download | cpython-e8ebe152defbedd7ffd52ae4d970f70bdec38525.zip cpython-e8ebe152defbedd7ffd52ae4d970f70bdec38525.tar.gz cpython-e8ebe152defbedd7ffd52ae4d970f70bdec38525.tar.bz2 |
Windows buildbot: use --timeout feature in Tools/buildbot/test-amd64.bat
Use the same default timeout than test.bat: 1 hour (3600 seconds).
Diffstat (limited to 'Tools')
-rw-r--r-- | Tools/buildbot/test-amd64.bat | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Tools/buildbot/test-amd64.bat b/Tools/buildbot/test-amd64.bat index 1bf124c..de64f25 100644 --- 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 |