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: Fri, 21 Jun 2019 05:07:16 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit c94cc6de39e4b88e0af6791761bdf7117c84b9d8
Author: Marius Bakke <address@hidden>
Date:   Fri Jun 21 11:05:05 2019 +0200

    gnu: ungoogled-chromium: Increase build timeout.
    
    * gnu/packages/chromium.scm (ungoogled-chromium)[properties]: New field.
---
 gnu/packages/chromium.scm | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/gnu/packages/chromium.scm b/gnu/packages/chromium.scm
index a1e40b9..e357556 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



reply via email to

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