diff options
author | Marius Bakke <mbakke@fastmail.com> | 2019-07-10 00:54:29 +0200 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2019-07-10 00:54:29 +0200 |
commit | 760d90cc6a5c0f9eb46ad18a30da5520fac2525e (patch) | |
tree | b03a8f3e715f4c949fa95e4f63db6499415cba0a /gnu/packages | |
parent | 12b1ec661701f58b605050308532cd34f1e18740 (diff) | |
download | guix-760d90cc6a5c0f9eb46ad18a30da5520fac2525e.tar guix-760d90cc6a5c0f9eb46ad18a30da5520fac2525e.tar.gz |
gnu: ungoogled-chromium: Increase build timeout.
* gnu/packages/chromium.scm (ungoogled-chromium)[properties]: Set TIMEOUT to
40 hours.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/chromium.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/chromium.scm b/gnu/packages/chromium.scm index 79828ef589..3bb8978b08 100644 --- a/gnu/packages/chromium.scm +++ b/gnu/packages/chromium.scm @@ -760,9 +760,9 @@ from forcing GEXP-PROMISE." ("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 |