[Python-checkins] cpython: Buildbots: change also Windows timeout from 1 hour to 15 min

victor.stinner python-checkins at python.org
Wed Mar 23 07:51:25 EDT 2016


https://hg.python.org/cpython/rev/1815feddaa6d
changeset:   100685:1815feddaa6d
user:        Victor Stinner <victor.stinner at gmail.com>
date:        Wed Mar 23 12:38:01 2016 +0100
summary:
  Buildbots: change also Windows timeout from 1 hour to 15 min

files:
  Tools/buildbot/test.bat |  2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/Tools/buildbot/test.bat b/Tools/buildbot/test.bat
--- a/Tools/buildbot/test.bat
+++ b/Tools/buildbot/test.bat
@@ -16,4 +16,4 @@
 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%

-- 
Repository URL: https://hg.python.org/cpython


More information about the Python-checkins mailing list