diff options
author | Victor Stinner <victor.stinner@gmail.com> | 2016-09-12 11:04:17 (GMT) |
---|---|---|
committer | Victor Stinner <victor.stinner@gmail.com> | 2016-09-12 11:04:17 (GMT) |
commit | 2f462a68f9f3feccf4c4b13bd8743501fc0fd77e (patch) | |
tree | dfdf0614d86c723f0dad9e170a7135c9cb5ae9dc /Makefile.pre.in | |
parent | b1e169bf4b8c8c494181724c583f991d3dd66995 (diff) | |
download | cpython-2f462a68f9f3feccf4c4b13bd8743501fc0fd77e.zip cpython-2f462a68f9f3feccf4c4b13bd8743501fc0fd77e.tar.gz cpython-2f462a68f9f3feccf4c4b13bd8743501fc0fd77e.tar.bz2 |
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 'Makefile.pre.in')
-rw-r--r-- | Makefile.pre.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.pre.in b/Makefile.pre.in index 0d9f392..cffb1a1 100644 --- a/Makefile.pre.in +++ b/Makefile.pre.in @@ -988,7 +988,7 @@ $(LIBRARY_OBJS) $(MODOBJS) Programs/python.o: $(PYTHON_HEADERS) TESTOPTS= $(EXTRATESTOPTS) TESTPYTHON= $(RUNSHARED) ./$(BUILDPYTHON) $(TESTPYTHONOPTS) TESTRUNNER= $(TESTPYTHON) $(srcdir)/Tools/scripts/run_tests.py -TESTTIMEOUT= 900 +TESTTIMEOUT= 1200 # Run a basic set of regression tests. # This excludes some tests that are particularly resource-intensive. |