guix-commits
[Top][All Lists]
Advanced

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

04/20: gnu: notmuch: Extend test time-out.


From: guix-commits
Subject: 04/20: gnu: notmuch: Extend test time-out.
Date: Mon, 2 Mar 2020 23:24:00 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit e82cf6c68750fee79f2971954318f4647e80d41c
Author: Tobias Geerinckx-Rice <address@hidden>
AuthorDate: Tue Mar 3 04:58:27 2020 +0100

    gnu: notmuch: Extend test time-out.
    
    * gnu/packages/mail.scm (notmuch)[arguments]:
    Add NOTMUCH_TEST_TIMEOUT=1h make flag.
---
 gnu/packages/mail.scm | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/mail.scm b/gnu/packages/mail.scm
index 271fe85..daea5bb 100644
--- a/gnu/packages/mail.scm
+++ b/gnu/packages/mail.scm
@@ -941,7 +941,9 @@ invoking @command{notifymuch} from the post-new hook.")
        #:imported-modules (,@%gnu-build-system-modules
                            (guix build emacs-build-system)
                            (guix build emacs-utils))
-       #:make-flags (list "V=1")        ; verbose test output
+       #:make-flags
+       (list "V=1"                      ; verbose test output
+             "NOTMUCH_TEST_TIMEOUT=1h") ; don't fail on slow machines
        #:phases (modify-phases %standard-phases
                   (add-after 'unpack 'patch-notmuch-lib.el
                     (lambda _



reply via email to

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