From 9fe5b490df83ff32e2e0a604bf636eca48b9e240 Mon Sep 17 00:00:00 2001 From: Efraim Flashner Date: Sun, 8 Jan 2023 11:36:30 +0200 Subject: [PATCH] gnu: tracker: Extend test timeout for riscv64-linux. * gnu/packages/gnome.scm (tracker)[arguments]: Adjust test-options when building for riscv64-linux to add a timeout multiplier. --- gnu/packages/gnome.scm | 3 +++ 1 file changed, 3 insertions(+) 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="