diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index dfc092ce33..b5273b5c06 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -9612,6 +9612,9 @@ (define-public tracker (build-system meson-build-system) (arguments `(#:glib-or-gtk? #t + #:test-options (list ,@(if (target-riscv64?) + `("--timeout-multiplier" "5") + '())) #:configure-flags ;; Otherwise, the RUNPATH will lack the final path component. (list (string-append "-Dc_link_args=-Wl,-rpath="