mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-27 14:52:05 -05:00
gnu: webkitgtk: Increase the CI time-out period.
* gnu/packages/webkit.scm (webkitgtk)[properties]: Increase the TIMEOUT to 40 hours.
This commit is contained in:
parent
ec16f88522
commit
13da331fa4
1 changed files with 1 additions and 0 deletions
|
@ -261,6 +261,7 @@ (define-public webkitgtk
|
|||
woff2
|
||||
wpebackend-fdo
|
||||
xdg-dbus-proxy))
|
||||
(properties '((timeout . 144000))) ; 40 hours, most notably for aarch64
|
||||
(home-page "https://www.webkitgtk.org/")
|
||||
(synopsis "Web content engine for GTK+")
|
||||
(description "WebKitGTK+ is a full-featured port of the WebKit rendering engine,
|
||||
|
|
Loading…
Reference in a new issue