gnu: QtWebKit: Increase build timeout.
authorMarius Bakke <mbakke@fastmail.com>
Sun, 18 Aug 2019 13:48:46 +0000 (15:48 +0200)
committerMarius Bakke <mbakke@fastmail.com>
Thu, 29 Aug 2019 12:44:21 +0000 (14:44 +0200)
* gnu/packages/qt.scm (qtwebkit)[properties]: New field.

gnu/packages/qt.scm

index daef46f..52eb46c 100644 (file)
@@ -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