1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

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

View File

@@ -9679,8 +9679,8 @@ easy, safe, and automatic.")
(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="