From a009a3eead5bb627c143dfb97280bec5131a28ce Mon Sep 17 00:00:00 2001 From: Marius Bakke Date: Fri, 6 Mar 2020 14:37:39 +0100 Subject: gnu: ungoogled-chromium: Increase max-silent-time. * gnu/packages/chromium.scm (ungoogled-chromium)[properties]: Add 'max-silent-time'. --- gnu/packages/chromium.scm | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'gnu') diff --git a/gnu/packages/chromium.scm b/gnu/packages/chromium.scm index 0b3d19a428..bb0993a4b4 100644 --- a/gnu/packages/chromium.scm +++ b/gnu/packages/chromium.scm @@ -839,7 +839,9 @@ from forcing GEXP-PROMISE." ;; 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 + (properties '((timeout . 144000) ;40 hours + ;; The linking step may take more than an hour on some hardware. + (max-silent-time . 7200))) (home-page "https://github.com/Eloston/ungoogled-chromium") (description -- cgit v1.2.3