guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: ungoogled-chromium: Increase build timeout.


From: guix-commits
Subject: 01/01: gnu: ungoogled-chromium: Increase build timeout.
Date: Tue, 9 Jul 2019 18:55:25 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit 760d90cc6a5c0f9eb46ad18a30da5520fac2525e
Author: Marius Bakke <address@hidden>
Date:   Wed Jul 10 00:54:29 2019 +0200

    gnu: ungoogled-chromium: Increase build timeout.
    
    * gnu/packages/chromium.scm (ungoogled-chromium)[properties]: Set TIMEOUT to
    40 hours.
---
 gnu/packages/chromium.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/chromium.scm b/gnu/packages/chromium.scm
index 79828ef..3bb8978 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



reply via email to

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