slackware-current/source/l/mozjs52/patches/tests-increase-timeout.patch
Patrick J Volkerding 595bebf667 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.
2018-11-19 08:59:43 +01:00

16 lines
557 B
Diff

Description: Increase the test timeout for slower buildds
Author: Adrian Bunk <bunk@debian.org>
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)