From 595bebf6676bdb224371224673779e411b9428a9 Mon Sep 17 00:00:00 2001 From: Patrick J Volkerding Date: Mon, 19 Nov 2018 02:46:11 +0000 Subject: Mon Nov 19 02:46:11 UTC 2018 l/js185-1.0.0-x86_64-2.txz: Removed. l/libwebp-1.0.1-x86_64-1.txz: Upgraded. l/mozjs52-52.9.0esr-x86_64-1.txz: Added. Required by the new version of polkit. l/polkit-0.115-x86_64-1.txz: Upgraded. Thanks to Robby Workman. --- source/l/mozjs52/patches/tests-increase-timeout.patch | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 source/l/mozjs52/patches/tests-increase-timeout.patch (limited to 'source/l/mozjs52/patches/tests-increase-timeout.patch') diff --git a/source/l/mozjs52/patches/tests-increase-timeout.patch b/source/l/mozjs52/patches/tests-increase-timeout.patch new file mode 100644 index 000000000..f51dc16b9 --- /dev/null +++ b/source/l/mozjs52/patches/tests-increase-timeout.patch @@ -0,0 +1,16 @@ +Description: Increase the test timeout for slower buildds +Author: Adrian Bunk +Bug-Debian: https://bugs.debian.org/878284 + +--- mozjs52-52.3.1.orig/js/src/Makefile.in ++++ mozjs52-52.3.1/js/src/Makefile.in +@@ -104,7 +104,7 @@ check:: check-style check-masm check-js- + + check-jstests: + $(wildcard $(RUN_TEST_PROGRAM)) $(PYTHON) -u $(srcdir)/tests/jstests.py \ +- --no-progress --format=automation --timeout 300 \ ++ --no-progress --format=automation --timeout 600 \ + $(JSTESTS_EXTRA_ARGS) \ + $(DIST)/bin/$(JS_SHELL_NAME)$(BIN_SUFFIX) + + -- cgit v1.2.3-65-gdbad