summaryrefslogtreecommitdiff
path: root/Tools
diff options
context:
space:
mode:
authorVictor Stinner <victor.stinner@gmail.com>2016-09-12 13:04:17 +0200
committerVictor Stinner <victor.stinner@gmail.com>2016-09-12 13:04:17 +0200
commit71eab3d4b3a3f068837c5dada46ae645319e0e8f (patch)
tree2d90a4e0fc3142ffd193ba2bda1a2363fba024eb /Tools
parent2f777ef4d923e4c8ef9567d06d4959fc9bd3b8e9 (diff)
downloadcpython-71eab3d4b3a3f068837c5dada46ae645319e0e8f.tar.gz
Buildbot: give 20 minute per test file
It seems like at least 2 buildbots need more than 15 minutes per test file. Example with "AMD64 Snow Leop 3.x": 10 slowest tests: - test_tools: 14 min 40 sec - test_tokenize: 11 min 57 sec - test_datetime: 11 min 25 sec - ...
Diffstat (limited to 'Tools')
-rw-r--r--Tools/buildbot/test.bat2
1 files changed, 1 insertions, 1 deletions
diff --git a/Tools/buildbot/test.bat b/Tools/buildbot/test.bat
index 7bc4de502f..a32d38b5ec 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 --slowest --timeout=900 %regrtest_args%
+call "%here%..\..\PCbuild\rt.bat" %rt_opts% -uall -rwW --slowest --timeout=1200 %regrtest_args%