diff options
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/gtk.scm | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gnu/packages/gtk.scm b/gnu/packages/gtk.scm index 6be87e9472..78572dde15 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") |