Skip to content
Snippets Groups Projects
Unverified Commit 760d90cc authored by Marius Bakke's avatar Marius Bakke
Browse files

gnu: ungoogled-chromium: Increase build timeout.

* gnu/packages/chromium.scm (ungoogled-chromium)[properties]: Set TIMEOUT to
40 hours.
parent 12b1ec66
No related branches found
No related tags found
No related merge requests found
......@@ -760,9 +760,9 @@ (define-public ungoogled-chromium
("valgrind" ,valgrind)
("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
;; 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
(home-page "https://github.com/Eloston/ungoogled-chromium")
(description
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment