gnu: ungoogled-chromium: Increase max-silent-time.
authorMarius Bakke <mbakke@fastmail.com>
Fri, 6 Mar 2020 13:37:39 +0000 (14:37 +0100)
committerMarius Bakke <mbakke@fastmail.com>
Fri, 6 Mar 2020 17:42:36 +0000 (18:42 +0100)
* gnu/packages/chromium.scm (ungoogled-chromium)[properties]: Add
'max-silent-time'.

gnu/packages/chromium.scm

index 0b3d19a..bb0993a 100644 (file)
@@ -839,7 +839,9 @@ from forcing GEXP-PROMISE."
 
     ;; Building Chromium takes ... a very long time.  On a single core, a busy
     ;; mid-end x86 system may need more than 24 hours to complete the build.
-    (properties '((timeout . 144000)))  ;40 hours
+    (properties '((timeout . 144000)    ;40 hours
+                  ;; The linking step may take more than an hour on some hardware.
+                  (max-silent-time . 7200)))
 
     (home-page "https://github.com/Eloston/ungoogled-chromium")
     (description