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

Skip to content

Commit 20b017e

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

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Tools/buildbot/test.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 -uall -rwW -n %1 %2 %3 %4 %5 %6 %7 %8 %9
3+
call rt.bat -d -q -uall -rwW -n --timeout=3600 %1 %2 %3 %4 %5 %6 %7 %8 %9

0 commit comments

Comments
 (0)