diff options
author | Marius Bakke <mbakke@fastmail.com> | 2019-06-21 11:05:05 +0200 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2019-06-21 11:05:05 +0200 |
commit | c94cc6de39e4b88e0af6791761bdf7117c84b9d8 (patch) | |
tree | 3849a434c455c45f427d89b1600f43e0cd9cc107 /gnu | |
parent | 6dc29ab4e27920d213a9c9731b8459756e6b25c9 (diff) | |
download | patches-c94cc6de39e4b88e0af6791761bdf7117c84b9d8.tar patches-c94cc6de39e4b88e0af6791761bdf7117c84b9d8.tar.gz |
gnu: ungoogled-chromium: Increase build timeout.
* gnu/packages/chromium.scm (ungoogled-chromium)[properties]: New field.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/chromium.scm | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gnu/packages/chromium.scm b/gnu/packages/chromium.scm index a1e40b9ba0..e357556956 100644 --- a/gnu/packages/chromium.scm +++ b/gnu/packages/chromium.scm @@ -755,6 +755,11 @@ from forcing GEXP-PROMISE." ("udev" ,eudev) ("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 + (home-page "https://github.com/Eloston/ungoogled-chromium") (description "Ungoogled-Chromium is the Chromium web browser, with some functionality |