gnu: tracker: Increase timeout multiplier.

One test fails due to timeout on CI, but succeeds on a strong enough machine
with little load.

* gnu/packages/gnome.scm (tracker)[#:test-options]: Double timeout multipliers.
This commit is contained in:
Liliana Marie Prikler 2023-03-05 14:18:56 +01:00
parent 7001cc68b6
commit 0a6ef96b13
No known key found for this signature in database
GPG key ID: 442A84B8C70E2F87

View file

@ -9679,8 +9679,8 @@ (define-public tracker
(list
#:glib-or-gtk? #t
#:test-options `(list ,@(if (target-riscv64?)
`("--timeout-multiplier" "5")
'()))
`("--timeout-multiplier" "10")
'("--timeout-multiplier" "2")))
#:configure-flags
;; Otherwise, the RUNPATH will lack the final path component.
#~(list (string-append "-Dc_link_args=-Wl,-rpath="