guix-commits
[Top][All Lists]
Advanced

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

01/02: gnu: mercurial: Raise test time-outs.


From: guix-commits
Subject: 01/02: gnu: mercurial: Raise test time-outs.
Date: Wed, 15 Jan 2020 17:02:51 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 03d76f8a42996cca3f0604a3ae9a8fe289a940ed
Author: Tobias Geerinckx-Rice <address@hidden>
AuthorDate: Wed Jan 15 23:00:11 2020 +0100

    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.
---
 gnu/packages/version-control.scm | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/gnu/packages/version-control.scm b/gnu/packages/version-control.scm
index 5403bcf..417bccf 100644
--- a/gnu/packages/version-control.scm
+++ b/gnu/packages/version-control.scm
@@ -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"))



reply via email to

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