gnu: ungoogled-chromium: Increase build timeout.
* gnu/packages/chromium.scm (ungoogled-chromium)[properties]: New field.master
parent
6dc29ab4e2
commit
c94cc6de39
|
@ -755,6 +755,11 @@ from forcing GEXP-PROMISE."
|
||||||
("udev" ,eudev)
|
("udev" ,eudev)
|
||||||
("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
|
||||||
|
;; system. Give some leeway for slower or busy machines.
|
||||||
|
(properties '((timeout . 64800))) ;18 hours
|
||||||
|
|
||||||
(home-page "https://github.com/Eloston/ungoogled-chromium")
|
(home-page "https://github.com/Eloston/ungoogled-chromium")
|
||||||
(description
|
(description
|
||||||
"Ungoogled-Chromium is the Chromium web browser, with some functionality
|
"Ungoogled-Chromium is the Chromium web browser, with some functionality
|
||||||
|
|
Reference in New Issue