gnu: ungoogled-chromium: Increase max-silent-time.
* gnu/packages/chromium.scm (ungoogled-chromium)[properties]: Add 'max-silent-time'.
This commit is contained in:
parent
a125397a4b
commit
a009a3eead
1 changed files with 3 additions and 1 deletions
|
@ -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
|
||||
|
|
Reference in a new issue