mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-23 19:19:20 -05:00
gnu: notmuch: Extend test time-out.
* gnu/packages/mail.scm (notmuch)[arguments]: Add NOTMUCH_TEST_TIMEOUT=1h make flag.
This commit is contained in:
parent
5815531202
commit
e82cf6c687
1 changed files with 3 additions and 1 deletions
|
@ -941,7 +941,9 @@ (define-public notmuch
|
|||
#: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 _
|
||||
|
|
Loading…
Reference in a new issue