From: Victor Stinner Date: Wed, 23 Mar 2016 11:38:01 +0000 (+0100) Subject: Buildbots: change also Windows timeout from 1 hour to 15 min X-Git-Tag: v3.6.0a1~378 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=96f6e7a1edfdbfbb85538d897ec6001f218b351e;p=python Buildbots: change also Windows timeout from 1 hour to 15 min --- diff --git a/Tools/buildbot/test.bat b/Tools/buildbot/test.bat index ff7d167e6a..c01400ce1f 100644 --- a/Tools/buildbot/test.bat +++ b/Tools/buildbot/test.bat @@ -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 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%