guix-commits
[Top][All Lists]
Advanced

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

02/02: gnu: vigra: Raise max-silent-time timeout value to 2 hours.


From: guix-commits
Subject: 02/02: gnu: vigra: Raise max-silent-time timeout value to 2 hours.
Date: Sun, 10 Jan 2021 23:53:56 -0500 (EST)

apteryx pushed a commit to branch master
in repository guix.

commit a25896bb7576c8232acc7a3fd4da0b1cba89569b
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Sun Jan 10 23:47:53 2021 -0500

    gnu: vigra: Raise max-silent-time timeout value to 2 hours.
    
    Fixes <https://issues.guix.gnu.org/40887>.
    
    * gnu/packages/image.scm (vigra)[properties]: Add a 'max-silent-time'
    property, with a value of 7200 seconds (2 hours).
---
 gnu/packages/image.scm | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/image.scm b/gnu/packages/image.scm
index 8cba9c2..935333d 100644
--- a/gnu/packages/image.scm
+++ b/gnu/packages/image.scm
@@ -1218,7 +1218,9 @@ processing and analysis library that puts its main 
emphasis on customizable
 algorithms and data structures.  It is particularly strong for
 multi-dimensional image processing.")
    (license license:expat)
-   (home-page "https://ukoethe.github.io/vigra/";)))
+   (home-page "https://ukoethe.github.io/vigra/";)
+   (properties '((max-silent-time . 7200))))) ;2 hours, to avoid timing out
+
 
 (define-public vigra-c
   (let* ((commit "66ff4fa5a7d4a77415caa676a45c2c6ea16562e7")



reply via email to

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