me
/
guix
Archived
1
0
Fork 0

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).
master
Maxim Cournoyer 2021-01-10 23:47:53 -05:00
parent 3049097ac2
commit a25896bb75
No known key found for this signature in database
GPG Key ID: 1260E46482E63562
1 changed files with 3 additions and 1 deletions

View File

@ -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")