[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#50099] [PATCH] gnu: dconf: Increase test timeout further.
From: |
Timotej Lazar |
Subject: |
[bug#50099] [PATCH] gnu: dconf: Increase test timeout further. |
Date: |
Tue, 17 Aug 2021 21:31:04 +0200 |
The “engine” test hit the previous 90 s time limit when cross-compiling on a
less powerful machine.
* gnu/packages/gnome.scm (dconf)[arguments]: Change timeout to 300 s in
'increase-test-timeout phase. Drop trailing #t.
---
gnu/packages/gnome.scm | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 98c121ac22..2696c958e0 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -4573,8 +4573,7 @@ and RDP protocols.")
;; much longer than the default of 30 seconds.
(substitute* "tests/meson.build"
(("test\\(unit_test\\[0\\], exe" all)
- (string-append all ", timeout : 90")))
- #t)))))
+ (string-append all ", timeout: 300"))))))))
(home-page "https://developer.gnome.org/dconf/")
(synopsis "Low-level GNOME configuration system")
(description "Dconf is a low-level configuration system. Its main purpose
--
2.32.0
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [bug#50099] [PATCH] gnu: dconf: Increase test timeout further.,
Timotej Lazar <=