mirror of
git://slackware.nl/current.git
synced 2025-01-02 06:19:52 +01:00
e37e24f7e5
ap/mariadb-10.4.11-x86_64-1.txz: Upgraded. d/cmake-3.16.1-x86_64-1.txz: Upgraded. d/git-2.24.1-x86_64-1.txz: Upgraded. l/mozjs52-52.9.0esr-x86_64-2.txz: Removed. This was used only by polkit-0.115. l/mozjs60-60.9.0esr-x86_64-1.txz: Added. This is needed for polkit-0.116. l/polkit-0.116-x86_64-1.txz: Upgraded. n/ModemManager-1.12.2-x86_64-1.txz: Upgraded. xap/xine-ui-0.99.12-x86_64-1.txz: Upgraded.
22 lines
732 B
Diff
22 lines
732 B
Diff
From: Adrian Bunk <bunk@debian.org>
|
|
Date: Tue, 3 Jul 2018 10:03:37 +0100
|
|
Subject: Increase the test timeout for slower buildds
|
|
|
|
Bug-Debian: https://bugs.debian.org/878284
|
|
---
|
|
js/src/Makefile.in | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/js/src/Makefile.in b/js/src/Makefile.in
|
|
index 4ac9f48..6ab5582 100644
|
|
--- a/js/src/Makefile.in
|
|
+++ b/js/src/Makefile.in
|
|
@@ -72,7 +72,7 @@ check:: check-style check-masm check-js-msg check-opcode
|
|
|
|
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)
|
|
|