* [bug#72700] [PATCH] gnu: Remove an unnecessary test timeout for at-spi2-core
@ 2024-08-18 11:59 Nikola via Guix-patches via
2024-08-18 22:36 ` bug#72700: " Tobias Geerinckx-Rice via Guix-patches via
0 siblings, 1 reply; 2+ messages in thread
From: Nikola via Guix-patches via @ 2024-08-18 11:59 UTC (permalink / raw)
To: 72700; +Cc: Nikola
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
^ permalink raw reply related [flat|nested] 2+ messages in thread
* bug#72700: [PATCH] gnu: Remove an unnecessary test timeout for at-spi2-core
2024-08-18 11:59 [bug#72700] [PATCH] gnu: Remove an unnecessary test timeout for at-spi2-core Nikola via Guix-patches via
@ 2024-08-18 22:36 ` Tobias Geerinckx-Rice via Guix-patches via
0 siblings, 0 replies; 2+ messages in thread
From: Tobias Geerinckx-Rice via Guix-patches via @ 2024-08-18 22:36 UTC (permalink / raw)
To: 72700-done
[-- Attachment #1: Type: text/plain, Size: 520 bytes --]
Thanks! Pushed as 58a839273d1e4fac2b3a0ec456aabdf82deaa124.
I tweaked the commit message to fit our norms, which mostly match
the GNU ‘changelog’ style:
gnu: at-spi2-core: Remove unnecessary test timeout.
[Free-form blurb goes here, if you want, but more often than
not
future readers are better served by a succinct code comment.]
* gnu/packages/gtk.scm (at-spi2-core)[arguments]: Remove the
‘timeout’ argument from the test invocation.
Closing,
T G-R
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 247 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2024-08-18 22:56 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-08-18 11:59 [bug#72700] [PATCH] gnu: Remove an unnecessary test timeout for at-spi2-core Nikola via Guix-patches via
2024-08-18 22:36 ` bug#72700: " Tobias Geerinckx-Rice via Guix-patches via
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.