Blame SOURCES/tests-increase-timeout.patch

95a8a7
Description: Increase the test timeout for slower buildds
95a8a7
Author: Adrian Bunk <bunk@debian.org>
95a8a7
Bug-Debian: https://bugs.debian.org/878284
95a8a7
95a8a7
--- mozjs52-52.3.1.orig/js/src/Makefile.in
95a8a7
+++ mozjs52-52.3.1/js/src/Makefile.in
95a8a7
@@ -104,7 +104,7 @@ check:: check-style check-masm check-js-
95a8a7
 
95a8a7
 check-jstests:
95a8a7
 	$(wildcard $(RUN_TEST_PROGRAM)) $(PYTHON) -u $(srcdir)/tests/jstests.py \
95a8a7
-		--no-progress --format=automation --timeout 300 \
95a8a7
+		--no-progress --format=automation --timeout 600 \
95a8a7
 		$(JSTESTS_EXTRA_ARGS) \
95a8a7
 		$(DIST)/bin/$(JS_SHELL_NAME)$(BIN_SUFFIX)
95a8a7
 
95a8a7