Browse Source

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

Use the same default timeout than test.bat: 1 hour (3600 seconds).
pull/9921/head
Victor Stinner 12 years ago
parent
commit
e8ebe152de
  1. 2
      Tools/buildbot/test-amd64.bat

2
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
Loading…
Cancel
Save