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 @@ and RDP protocols.")
|
||||||
;; much longer than the default of 30 seconds.
|
;; much longer than the default of 30 seconds.
|
||||||
(substitute* "tests/meson.build"
|
(substitute* "tests/meson.build"
|
||||||
(("test\\(unit_test\\[0\\], exe" all)
|
(("test\\(unit_test\\[0\\], exe" all)
|
||||||
(string-append all ", timeout : 90")))
|
(string-append all ", timeout: 300"))))))))
|
||||||
#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
|
||||||
|
|
Reference in a new issue