Blame tests-increase-timeout.patch

245ca95
From: Adrian Bunk <bunk@debian.org>
245ca95
Date: Tue, 3 Jul 2018 10:03:37 +0100
245ca95
Subject: Increase the test timeout for slower buildds
245ca95
245ca95
Bug-Debian: https://bugs.debian.org/878284
245ca95
---
245ca95
 js/src/Makefile.in | 2 +-
245ca95
 1 file changed, 1 insertion(+), 1 deletion(-)
245ca95
245ca95
diff --git a/js/src/Makefile.in b/js/src/Makefile.in
245ca95
index 4ac9f48..6ab5582 100644
245ca95
--- a/js/src/Makefile.in
245ca95
+++ b/js/src/Makefile.in
245ca95
@@ -72,7 +72,7 @@ check:: check-style check-masm check-js-msg check-opcode
245ca95
 
245ca95
 check-jstests:
245ca95
 	$(wildcard $(RUN_TEST_PROGRAM)) $(PYTHON) -u $(srcdir)/tests/jstests.py \
245ca95
-		--no-progress --format=automation --timeout 300 \
245ca95
+		--no-progress --format=automation --timeout 600 \
245ca95
 		$(JSTESTS_EXTRA_ARGS) \
245ca95
 		$(DIST)/bin/$(JS_SHELL_NAME)$(BIN_SUFFIX)
245ca95