summaryrefslogtreecommitdiff
path: root/gnu/packages/mail.scm
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2020-03-03 04:58:27 +0100
committerTobias Geerinckx-Rice <me@tobias.gr>2020-03-03 05:06:47 +0100
commite82cf6c68750fee79f2971954318f4647e80d41c (patch)
tree3b632c6cb6800887cddf3bf3f8e5a78285eeafa9 /gnu/packages/mail.scm
parent58155312028c36daa25e60b610eae9529562eabd (diff)
downloadguix-patches-e82cf6c68750fee79f2971954318f4647e80d41c.tar
guix-patches-e82cf6c68750fee79f2971954318f4647e80d41c.tar.gz
gnu: notmuch: Extend test time-out.
* gnu/packages/mail.scm (notmuch)[arguments]: Add NOTMUCH_TEST_TIMEOUT=1h make flag.
Diffstat (limited to 'gnu/packages/mail.scm')
-rw-r--r--gnu/packages/mail.scm4
1 files changed, 3 insertions, 1 deletions
diff --git a/gnu/packages/mail.scm b/gnu/packages/mail.scm
index 271fe85b3a..daea5bb734 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 _