gnu: VIGRA: Try to fix a build failure on the build farm.
authorLeo Famulari <leo@famulari.name>
Fri, 14 Feb 2020 22:01:34 +0000 (17:01 -0500)
committerLeo Famulari <leo@famulari.name>
Fri, 14 Feb 2020 22:06:09 +0000 (17:06 -0500)
* gnu/packages/image.scm (vigra)[properties]: Set the maximum silent time to
7200 seconds.

gnu/packages/image.scm

index a79d63f..f9da1e9 100644 (file)
@@ -1009,6 +1009,9 @@ graphics image formats like PNG, BMP, JPEG, TIFF and others.")
       (sha256 (base32
                 "1bqs8vx5i1bzamvv563i24gx2xxdidqyxh9iaj46mbznhc84wmm5"))))
    (build-system cmake-build-system)
+   ;; Otherwise it fails on <ci.guix.gnu.org> in the check phase after 3600
+   ;; seconds of silence.
+   (properties '((max-silent-time . 7200)))
    (inputs
     `(("boost" ,boost)
       ("fftw" ,fftw)