aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2024-08-18 02:00:00 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2024-08-18 02:00:00 +0200
commit26080c6b53509ea23c6923325c091efeb997a250 (patch)
treea95b68621a6aa7f8dd269e1c9069cd1e57c3c185
parentf30509e1652822e7ded6ce4d083ae04d6f503c19 (diff)
downloadguix-26080c6b53509ea23c6923325c091efeb997a250.tar.gz
guix-26080c6b53509ea23c6923325c091efeb997a250.zip
Revert "gnu: at-spi2-core: Remove unnecessary test timeout."
This reverts commit 58a839273d1e4fac2b3a0ec456aabdf82deaa124. Hello I am new here: <cbaines>nckx, 58a839273d1e4fac2b3a0ec456aabdf82deaa124 leads to nearly 4000 rebuilds
-rw-r--r--gnu/packages/gtk.scm3
1 files changed, 0 insertions, 3 deletions
diff --git a/gnu/packages/gtk.scm b/gnu/packages/gtk.scm
index 7d3bd9a195..04183fa806 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")