mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-16 07:58:01 -05:00
gnu: dconf: Increase test timeout further.
The “engine” test hit the previous 90s time limit when cross-compiling on a less powerful machine. * gnu/packages/gnome.scm (dconf)[arguments]: Change timeout to 300s in 'increase-test-timeout phase. Drop trailing #t. Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
This commit is contained in:
parent
b4359fc5e6
commit
84c6f17f16
1 changed files with 1 additions and 2 deletions
|
@ -4581,8 +4581,7 @@ (define-public dconf
|
|||
;; 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
|
||||
|
|
Loading…
Reference in a new issue