mirror of
git://slackware.nl/current.git
synced 2024-12-31 10:28:29 +01:00
595bebf667
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.
16 lines
557 B
Diff
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)
|
|
|
|
|