gnu: ungoogled-chromium: Increase max-silent-time.

* gnu/packages/chromium.scm (ungoogled-chromium)[properties]: Add
'max-silent-time'.
This commit is contained in:
Marius Bakke 2020-03-06 14:37:39 +01:00
parent a125397a4b
commit a009a3eead
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 3 additions and 1 deletions

View 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