all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#61979] [PATCH] gnu: tracker: Increase timeout multiplier.
@ 2023-03-05 13:18 Liliana Marie Prikler
  2023-03-12  8:15 ` bug#61979: " Liliana Marie Prikler
  0 siblings, 1 reply; 2+ messages in thread
From: Liliana Marie Prikler @ 2023-03-05 13:18 UTC (permalink / raw)
  To: 61979

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.
---
 gnu/packages/gnome.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 0b7d10c6a8..dafcb33ede 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -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="
-- 
2.39.1





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#61979: [PATCH] gnu: tracker: Increase timeout multiplier.
  2023-03-05 13:18 [bug#61979] [PATCH] gnu: tracker: Increase timeout multiplier Liliana Marie Prikler
@ 2023-03-12  8:15 ` Liliana Marie Prikler
  0 siblings, 0 replies; 2+ messages in thread
From: Liliana Marie Prikler @ 2023-03-12  8:15 UTC (permalink / raw)
  To: 61979-done

Am Sonntag, dem 05.03.2023 um 14:18 +0100 schrieb Liliana Marie
Prikler:
> 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.
> ---
Seems to have worked out on QA – let's hope it'll remain that way.




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-03-12  8:16 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-03-05 13:18 [bug#61979] [PATCH] gnu: tracker: Increase timeout multiplier Liliana Marie Prikler
2023-03-12  8:15 ` bug#61979: " Liliana Marie Prikler

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.