From 20abe2a27f9025e1553bd64f604955ae0659852b Mon Sep 17 00:00:00 2001 From: Nikola Date: Sun, 18 Aug 2024 13:59:45 +0200 Subject: gnu: at-spi2-core: Remove unnecessary test timeout. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- gnu/packages/gtk.scm | 3 +++ 1 file changed, 3 insertions(+) (limited to 'gnu/packages') diff --git a/gnu/packages/gtk.scm b/gnu/packages/gtk.scm index 6be87e9472..78572dde15 100644 --- a/gnu/packages/gtk.scm +++ b/gnu/packages/gtk.scm @@ -855,6 +855,9 @@ ever use this library.") (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 that caused aarch64 build failures. + ((", timeout: [0-9]+") "")) (substitute* "ci/run-tests.sh" (("ps auxwww") "") ;avoid a dependency on procps (("meson test -C _build") -- cgit v1.2.3