me
/
guix
Archived
1
0
Fork 0

gnu: mercurial: Raise test time-outs.

Let Guix handle them.  Fixes <https://paste.debian.net/plain/1126159>.

* gnu/packages/version-control.scm (mercurial)[arguments]:
Raise individual test time-outs to 1 day.
master
Tobias Geerinckx-Rice 2020-01-15 23:00:11 +01:00
parent 1fffba664d
commit 03d76f8a42
No known key found for this signature in database
GPG Key ID: D889B0F018C5493C
1 changed files with 4 additions and 0 deletions

View File

@ -1269,6 +1269,10 @@ control to Git repositories.")
;; make check does not respect -j.
(string-append "-j" (number->string
(parallel-job-count)))
;; The default time-outs are too low for many systems.
;; Raise them generously: Guix enforces its own.
"--timeout" "86400"
"--slowtimeout" "86400"
;; The test suite takes a long time and produces little
;; output by default. Prevent timeouts due to silence.
"-v"))