guix-commits
[Top][All Lists]
Advanced

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

04/07: gnu: QtWebKit: Increase build timeout.


From: guix-commits
Subject: 04/07: gnu: QtWebKit: Increase build timeout.
Date: Thu, 29 Aug 2019 08:48:10 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit af9afb0bc40ac74b75e820fbd6a6222c82febc9f
Author: Marius Bakke <address@hidden>
Date:   Sun Aug 18 15:48:46 2019 +0200

    gnu: QtWebKit: Increase build timeout.
    
    * gnu/packages/qt.scm (qtwebkit)[properties]: New field.
---
 gnu/packages/qt.scm | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/gnu/packages/qt.scm b/gnu/packages/qt.scm
index daef46f..52eb46c 100644
--- a/gnu/packages/qt.scm
+++ b/gnu/packages/qt.scm
@@ -2209,6 +2209,9 @@ content")
     (description "QtWebKit provides a Web browser engine that makes it easy to
 embed content from the World Wide Web into your Qt application.  At the same
 time Web content can be enhanced with native controls.")
+    ;; Building QtWebKit takes around 13 hours on an AArch64 machine.  Give 
some
+    ;; room for slower or busy hardware.
+    (properties '((timeout . 64800)))   ;18 hours
     (license license:lgpl2.1+)))
 
 (define-public dotherside



reply via email to

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