summaryrefslogtreecommitdiffstats
path: root/Makefile.pre.in
diff options
context:
space:
mode:
authorVictor Stinner <victor.stinner@gmail.com>2016-03-23 01:05:39 (GMT)
committerVictor Stinner <victor.stinner@gmail.com>2016-03-23 01:05:39 (GMT)
commitd65e0c7560f8a5ad31d31892cee6f1416293ca39 (patch)
tree42026f1c5694ddca8975deabe0d44d4cd096204a /Makefile.pre.in
parent6d7f4f6675b683475a8eaa8f0f5dff35a0b165f7 (diff)
downloadcpython-d65e0c7560f8a5ad31d31892cee6f1416293ca39.zip
cpython-d65e0c7560f8a5ad31d31892cee6f1416293ca39.tar.gz
cpython-d65e0c7560f8a5ad31d31892cee6f1416293ca39.tar.bz2
Makefile: change default value of TESTTIMEOUT from 1 hour to 15 min
The whole test suite takes 6 minutes on my laptop. It takes less than 30 minutes on most buildbots. The TESTTIMEOUT is the timeout for a single test file.
Diffstat (limited to 'Makefile.pre.in')
-rw-r--r--Makefile.pre.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.pre.in b/Makefile.pre.in
index 6514bf8..5c90daf 100644
--- a/Makefile.pre.in
+++ b/Makefile.pre.in
@@ -974,7 +974,7 @@ $(LIBRARY_OBJS) $(MODOBJS) Programs/python.o: $(PYTHON_HEADERS)
TESTOPTS= $(EXTRATESTOPTS)
TESTPYTHON= $(RUNSHARED) ./$(BUILDPYTHON) $(TESTPYTHONOPTS)
TESTRUNNER= $(TESTPYTHON) $(srcdir)/Tools/scripts/run_tests.py
-TESTTIMEOUT= 3600
+TESTTIMEOUT= 900
# Run a basic set of regression tests.
# This excludes some tests that are particularly resource-intensive.