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>master
parent
b4359fc5e6
commit
84c6f17f16
|
@ -4581,8 +4581,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
|
||||
|
|
Reference in New Issue