mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-03 08:36:32 +01: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
|
woff2
|
||||||
wpebackend-fdo
|
wpebackend-fdo
|
||||||
xdg-dbus-proxy))
|
xdg-dbus-proxy))
|
||||||
|
(properties '((timeout . 144000))) ; 40 hours, most notably for aarch64
|
||||||
(home-page "https://www.webkitgtk.org/")
|
(home-page "https://www.webkitgtk.org/")
|
||||||
(synopsis "Web content engine for GTK+")
|
(synopsis "Web content engine for GTK+")
|
||||||
(description "WebKitGTK+ is a full-featured port of the WebKit rendering engine,
|
(description "WebKitGTK+ is a full-featured port of the WebKit rendering engine,
|
||||||
|
|
Loading…
Reference in a new issue