me
/
guix
Archived
1
0
Fork 0

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
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
1 changed files with 2 additions and 2 deletions

View File

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