guix-commits
[Top][All Lists]
Advanced

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

13/13: gnu: dconf: Increase test timeout further.


From: guix-commits
Subject: 13/13: gnu: dconf: Increase test timeout further.
Date: Sat, 30 Oct 2021 18:58:35 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 84c6f17f1660073c2109dca7e6dfb9dadc35f24f
Author: Timotej Lazar <timotej.lazar@araneo.si>
AuthorDate: Tue Aug 17 21:31:04 2021 +0200

    gnu: dconf: Increase test timeout further.
    
    The “engine” test hit the previous 90s time limit when cross-compiling
    on a less powerful machine.
    
    * gnu/packages/gnome.scm (dconf)[arguments]: Change timeout to 300s in
    'increase-test-timeout phase.  Drop trailing #t.
    
    Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
---
 gnu/packages/gnome.scm | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 000db14..efa000f 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -4581,8 +4581,7 @@ and RDP protocols.")
                       ;; much longer than the default of 30 seconds.
                       (substitute* "tests/meson.build"
                         (("test\\(unit_test\\[0\\], exe" all)
-                         (string-append all ", timeout : 90")))
-                      #t)))))
+                         (string-append all ", timeout: 300"))))))))
     (home-page "https://developer.gnome.org/dconf/";)
     (synopsis "Low-level GNOME configuration system")
     (description "Dconf is a low-level configuration system.  Its main purpose



reply via email to

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