gnu: ungoogled-chromium: Increase build timeout.
* gnu/packages/chromium.scm (ungoogled-chromium)[properties]: Set TIMEOUT to 40 hours.
This commit is contained in:
parent
12b1ec6617
commit
760d90cc6a
1 changed files with 3 additions and 3 deletions
|
|
@ -760,9 +760,9 @@ from forcing GEXP-PROMISE."
|
||||||
("valgrind" ,valgrind)
|
("valgrind" ,valgrind)
|
||||||
("vulkan-headers" ,vulkan-headers)))
|
("vulkan-headers" ,vulkan-headers)))
|
||||||
|
|
||||||
;; Building Chromium with a single core takes around 6 hours on an x86_64
|
;; Building Chromium takes ... a very long time. On a single core, a busy
|
||||||
;; system. Give some leeway for slower or busy machines.
|
;; mid-end x86 system may need more than 24 hours to complete the build.
|
||||||
(properties '((timeout . 64800))) ;18 hours
|
(properties '((timeout . 144000))) ;40 hours
|
||||||
|
|
||||||
(home-page "https://github.com/Eloston/ungoogled-chromium")
|
(home-page "https://github.com/Eloston/ungoogled-chromium")
|
||||||
(description
|
(description
|
||||||
|
|
|
||||||
Reference in a new issue