mbakke pushed a commit to branch master
in repository guix.

commit c94cc6de39e4b88e0af6791761bdf7117c84b9d8
Author: Marius Bakke <[email protected]>
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