mirror of
https://github.com/python/cpython.git
synced 2025-11-02 19:12:55 +00:00
Buildbots: change also Windows timeout from 1 hour to 15 min
This commit is contained in:
parent
69649f21f0
commit
96f6e7a1ed
1 changed files with 1 additions and 1 deletions
|
|
@ -16,4 +16,4 @@ if "%1"=="+q" (set rt_opts=%rt_opts:-q=%) & shift & goto CheckOpts
|
||||||
if NOT "%1"=="" (set regrtest_args=%regrtest_args% %1) & shift & goto CheckOpts
|
if NOT "%1"=="" (set regrtest_args=%regrtest_args% %1) & shift & goto CheckOpts
|
||||||
|
|
||||||
echo on
|
echo on
|
||||||
call "%here%..\..\PCbuild\rt.bat" %rt_opts% -uall -rwW --timeout=3600 %regrtest_args%
|
call "%here%..\..\PCbuild\rt.bat" %rt_opts% -uall -rwW --timeout=900 %regrtest_args%
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue