Blame SOURCES/tests-increase-timeout.patch

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