guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/02: gnu: ungoogled-chromium: Increase max-silent-time.


From: guix-commits
Subject: 02/02: gnu: ungoogled-chromium: Increase max-silent-time.
Date: Fri, 6 Mar 2020 12:43:22 -0500 (EST)

mbakke pushed a commit to branch master
in repository guix.

commit a009a3eead5bb627c143dfb97280bec5131a28ce
Author: Marius Bakke <address@hidden>
AuthorDate: Fri Mar 6 14:37:39 2020 +0100

    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(-)

diff --git a/gnu/packages/chromium.scm b/gnu/packages/chromium.scm
index 0b3d19a..bb0993a 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]