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.
This commit is contained in:
Efraim Flashner 2023-01-08 11:36:30 +02:00
parent 5ee51394d7
commit 9fe5b490df
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -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="