emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#61979: closed ([PATCH] gnu: tracker: Increase timeout multiplier.)


From: GNU bug Tracking System
Subject: bug#61979: closed ([PATCH] gnu: tracker: Increase timeout multiplier.)
Date: Sun, 12 Mar 2023 08:16:02 +0000

Your message dated Sun, 12 Mar 2023 09:15:24 +0100
with message-id <9b6e61ba53b71682c24321a014940e9dd188fd17.camel@gmail.com>
and subject line Re: [PATCH] gnu: tracker: Increase timeout multiplier.
has caused the debbugs.gnu.org bug report #61979,
regarding [PATCH] gnu: tracker: Increase timeout multiplier.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
61979: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=61979
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] gnu: tracker: Increase timeout multiplier. Date: Sun, 5 Mar 2023 14:18:56 +0100
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




--- End Message ---
--- Begin Message --- Subject: Re: [PATCH] gnu: tracker: Increase timeout multiplier. Date: Sun, 12 Mar 2023 09:15:24 +0100 User-agent: Evolution 3.46.0
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.


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]