Blame SOURCES/tests-increase-timeout.patch

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