diff options
author | Victor Stinner <victor.stinner@gmail.com> | 2016-03-23 11:38:01 (GMT) |
---|---|---|
committer | Victor Stinner <victor.stinner@gmail.com> | 2016-03-23 11:38:01 (GMT) |
commit | 96f6e7a1edfdbfbb85538d897ec6001f218b351e (patch) | |
tree | ea6b8c612ac2e0e8b1423ef9fd140727559ab354 /Tools/buildbot/test.bat | |
parent | 69649f21f02907da59264df8faf73849d2557f5e (diff) | |
download | cpython-96f6e7a1edfdbfbb85538d897ec6001f218b351e.zip cpython-96f6e7a1edfdbfbb85538d897ec6001f218b351e.tar.gz cpython-96f6e7a1edfdbfbb85538d897ec6001f218b351e.tar.bz2 |
Buildbots: change also Windows timeout from 1 hour to 15 min
Diffstat (limited to 'Tools/buildbot/test.bat')
-rw-r--r-- | Tools/buildbot/test.bat | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Tools/buildbot/test.bat b/Tools/buildbot/test.bat index ff7d167..c01400c 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%
|