Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit d65e0c7

Browse files
committed
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.
1 parent 6d7f4f6 commit d65e0c7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile.pre.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -974,7 +974,7 @@ $(LIBRARY_OBJS) $(MODOBJS) Programs/python.o: $(PYTHON_HEADERS)
974974
TESTOPTS= $(EXTRATESTOPTS)
975975
TESTPYTHON= $(RUNSHARED) ./$(BUILDPYTHON) $(TESTPYTHONOPTS)
976976
TESTRUNNER= $(TESTPYTHON) $(srcdir)/Tools/scripts/run_tests.py
977-
TESTTIMEOUT= 3600
977+
TESTTIMEOUT= 900
978978

979979
# Run a basic set of regression tests.
980980
# This excludes some tests that are particularly resource-intensive.

0 commit comments

Comments
 (0)