GNU bug report logs -
#72700
[PATCH] gnu: Remove an unnecessary test timeout for at-spi2-core
Previous Next
Reported by: Nikola <nikola <at> radojevic.rs>
Date: Sun, 18 Aug 2024 15:34:01 UTC
Severity: normal
Tags: patch
Done: Tobias Geerinckx-Rice <me <at> tobias.gr>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
aarch64 builds keep failing because of this timeout, so removing this
timeout should help
---
gnu/packages/gtk.scm | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/gnu/packages/gtk.scm b/gnu/packages/gtk.scm
index 04183fa806..05041b57ab 100644
--- a/gnu/packages/gtk.scm
+++ b/gnu/packages/gtk.scm
@@ -856,6 +856,10 @@ (define-public at-spi2-core
(with-directory-excursion (string-append "../at-spi2-core-"
#$version "")
(invoke "dbus-run-session" "--" "ci/run-registryd-tests.sh")
+ ;; Remove test timeout which caused failed builds on
+ ;; aarch64
+ (substitute* "tests/atspi/meson.build"
+ ((", timeout: [0-9]+") ""))
(substitute* "ci/run-tests.sh"
(("ps auxwww") "") ;avoid a dependency on procps
(("meson test -C _build")
--
2.45.2
This bug report was last modified 278 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.