mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: at-spi2-core: Remove unnecessary test timeout.
Guix provides its own superior-quality time-outs. * gnu/packages/gtk.scm (at-spi2-core)[arguments]: Remove the ‘timeout’ argument from the test invocation. Change-Id: Ic324c5992d48cafa4b6b9856b381d461083d8de2 Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
This commit is contained in:
parent
b1b3724996
commit
58a839273d
1 changed files with 3 additions and 0 deletions
|
@ -856,6 +856,9 @@ (define-public at-spi2-core
|
|||
(with-directory-excursion (string-append "../at-spi2-core-"
|
||||
#$version "")
|
||||
(invoke "dbus-run-session" "--" "ci/run-registryd-tests.sh")
|
||||
(substitute* "tests/atspi/meson.build"
|
||||
;; Remove a timeout causing aarch64 build failures.
|
||||
((", timeout: [0-9]+") ""))
|
||||
(substitute* "ci/run-tests.sh"
|
||||
(("ps auxwww") "") ;avoid a dependency on procps
|
||||
(("meson test -C _build")
|
||||
|
|
Loading…
Reference in a new issue