mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-07 03:20:04 +01:00
gnu: dconf: Increase test timeout.
* gnu/packages/gnome.scm (dconf)[arguments]: Add #:phases.
This commit is contained in:
parent
f7b8c55612
commit
91fadb7aa1
1 changed files with 10 additions and 1 deletions
|
@ -3507,7 +3507,16 @@ and RDP protocols.")
|
||||||
("vala" ,vala)))
|
("vala" ,vala)))
|
||||||
(arguments
|
(arguments
|
||||||
`(#:glib-or-gtk? #t
|
`(#:glib-or-gtk? #t
|
||||||
#:configure-flags '("-Denable-gtk-doc=true")))
|
#:configure-flags '("-Denable-gtk-doc=true")
|
||||||
|
#:phases (modify-phases %standard-phases
|
||||||
|
(add-after 'unpack 'increase-test-timeout
|
||||||
|
(lambda _
|
||||||
|
;; On big-memory systems, the engine test may take
|
||||||
|
;; much longer than the default of 30 seconds.
|
||||||
|
(substitute* "tests/meson.build"
|
||||||
|
(("test\\(unit_test\\[0\\], exe" all)
|
||||||
|
(string-append all ", timeout : 90")))
|
||||||
|
#t)))))
|
||||||
(home-page "https://developer.gnome.org/dconf/")
|
(home-page "https://developer.gnome.org/dconf/")
|
||||||
(synopsis "Low-level GNOME configuration system")
|
(synopsis "Low-level GNOME configuration system")
|
||||||
(description "Dconf is a low-level configuration system. Its main purpose
|
(description "Dconf is a low-level configuration system. Its main purpose
|
||||||
|
|
Loading…
Add table
Reference in a new issue