guix-commits
[Top][All Lists]
Advanced

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

01/03: gnu: tracker: Increase timeout multiplier.


From: guix-commits
Subject: 01/03: gnu: tracker: Increase timeout multiplier.
Date: Sun, 12 Mar 2023 04:10:59 -0400 (EDT)

lilyp pushed a commit to branch master
in repository guix.

commit 0a6ef96b13e478ec1a3a77633f1012c3700a7d2d
Author: Liliana Marie Prikler <liliana.prikler@gmail.com>
AuthorDate: Sun Mar 5 14:18:56 2023 +0100

    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.
---
 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 2f52203555..34758f2afc 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -9679,8 +9679,8 @@ easy, safe, and automatic.")
      (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="



reply via email to

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