Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e8ebe15

Browse files
committed
Windows buildbot: use --timeout feature in Tools/buildbot/test-amd64.bat
Use the same default timeout than test.bat: 1 hour (3600 seconds).
1 parent 5285571 commit e8ebe15

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Tools/buildbot/test-amd64.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
@rem Used by the buildbot "test" step.
22
cd PCbuild
3-
call rt.bat -d -q -x64 -uall -rwW -n %1 %2 %3 %4 %5 %6 %7 %8 %9
3+
call rt.bat -d -q -x64 -uall -rwW -n --timeout=3600 %1 %2 %3 %4 %5 %6 %7 %8 %9

0 commit comments

Comments
 (0)