From 26080c6b53509ea23c6923325c091efeb997a250 Mon Sep 17 00:00:00 2001 From: Tobias Geerinckx-Rice Date: Sun, 18 Aug 2024 02:00:00 +0200 Subject: [PATCH] Revert "gnu: at-spi2-core: Remove unnecessary test timeout." This reverts commit 58a839273d1e4fac2b3a0ec456aabdf82deaa124. Hello I am new here: nckx, 58a839273d1e4fac2b3a0ec456aabdf82deaa124 leads to nearly 4000 rebuilds --- gnu/packages/gtk.scm | 3 --- 1 file changed, 3 deletions(-) diff --git a/gnu/packages/gtk.scm b/gnu/packages/gtk.scm index 7d3bd9a19561986e721ac52d6b8a6e4434e8905e..04183fa8068dbf582f89151de3bbce1b3b65055a 100644 --- a/gnu/packages/gtk.scm +++ b/gnu/packages/gtk.scm @@ -856,9 +856,6 @@ 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 causing aarch64 build failures. - ((", timeout: [0-9]+") "")) (substitute* "ci/run-tests.sh" (("ps auxwww") "") ;avoid a dependency on procps (("meson test -C _build")