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

Skip to content

Commit 96f6e7a

Browse files
committed
Buildbots: change also Windows timeout from 1 hour to 15 min
1 parent 69649f2 commit 96f6e7a

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
@@ -16,4 +16,4 @@ if "%1"=="+q" (set rt_opts=%rt_opts:-q=%) & shift & goto CheckOpts
1616
if NOT "%1"=="" (set regrtest_args=%regrtest_args% %1) & shift & goto CheckOpts
1717

1818
echo on
19-
call "%here%..\..\PCbuild\rt.bat" %rt_opts% -uall -rwW --timeout=3600 %regrtest_args%
19+
call "%here%..\..\PCbuild\rt.bat" %rt_opts% -uall -rwW --timeout=900 %regrtest_args%

0 commit comments

Comments
 (0)