From: Victor Stinner Date: Thu, 20 Feb 2014 22:26:12 +0000 (+0100) Subject: Windows buildbot: use --timeout feature in Tools/buildbot/test-amd64.bat X-Git-Tag: v3.4.1rc1~233^2~255 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e8ebe152defbedd7ffd52ae4d970f70bdec38525;p=thirdparty%2FPython%2Fcpython.git Windows buildbot: use --timeout feature in Tools/buildbot/test-amd64.bat Use the same default timeout than test.bat: 1 hour (3600 seconds). --- diff --git a/Tools/buildbot/test-amd64.bat b/Tools/buildbot/test-amd64.bat index 1bf124cd9215..de64f25fbec3 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