This is an automated email from the git hooks/post-receive script.
nckx pushed a commit to branch core-updates
in repository guix.
The following commit(s) were added to refs/heads/core-updates by this push:
new 7da76e4575 gnu: at-spi2-core: Remove unnecessary test timeout.
7da76e4575 is described below
commit 7da76e4575571e374a93e78320dc2a7268148f37
Author: Nikola <[email protected]>
AuthorDate: Sun Aug 18 13:59:45 2024 +0200
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 <[email protected]>
---
gnu/packages/gtk.scm | 3 +++
1 file changed, 3 insertions(+)
diff --git a/gnu/packages/gtk.scm b/gnu/packages/gtk.scm
index 89f5d446fa..12d4287605 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")