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.master
parent
7001cc68b6
commit
0a6ef96b13
|
@ -9679,8 +9679,8 @@ easy, safe, and automatic.")
|
||||||
(list
|
(list
|
||||||
#:glib-or-gtk? #t
|
#:glib-or-gtk? #t
|
||||||
#:test-options `(list ,@(if (target-riscv64?)
|
#:test-options `(list ,@(if (target-riscv64?)
|
||||||
`("--timeout-multiplier" "5")
|
`("--timeout-multiplier" "10")
|
||||||
'()))
|
'("--timeout-multiplier" "2")))
|
||||||
#:configure-flags
|
#:configure-flags
|
||||||
;; Otherwise, the RUNPATH will lack the final path component.
|
;; Otherwise, the RUNPATH will lack the final path component.
|
||||||
#~(list (string-append "-Dc_link_args=-Wl,-rpath="
|
#~(list (string-append "-Dc_link_args=-Wl,-rpath="
|
||||||
|
|
Reference in New Issue