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:
parent
7001cc68b6
commit
0a6ef96b13
1 changed files with 2 additions and 2 deletions
|
@ -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="
|
||||
|
|
Loading…
Reference in a new issue