]> granicus.if.org Git - python/commitdiff
Buildbots: change also Windows timeout from 1 hour to 15 min
authorVictor Stinner <victor.stinner@gmail.com>
Wed, 23 Mar 2016 11:38:01 +0000 (12:38 +0100)
committerVictor Stinner <victor.stinner@gmail.com>
Wed, 23 Mar 2016 11:38:01 +0000 (12:38 +0100)
Tools/buildbot/test.bat

index ff7d167e6a7b2531674b60474e38caa5fbe34a70..c01400ce1fbd8d038a2c9f138aa94492266cab81 100644 (file)
@@ -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\r
 \r
 echo on\r
-call "%here%..\..\PCbuild\rt.bat" %rt_opts% -uall -rwW --timeout=3600 %regrtest_args%\r
+call "%here%..\..\PCbuild\rt.bat" %rt_opts% -uall -rwW --timeout=900 %regrtest_args%\r