diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2022-08-28 02:00:00 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2022-09-04 02:00:01 +0200 |
commit | 13da331fa4497f0b0a22b3d27a41cd9d3e365408 (patch) | |
tree | d14ca082edc204d91a14a35ffb623e12c70abae2 /gnu/packages/webkit.scm | |
parent | ec16f88522041dc285a35705ff9ee95672b78143 (diff) | |
download | guix-13da331fa4497f0b0a22b3d27a41cd9d3e365408.tar.gz |
gnu: webkitgtk: Increase the CI time-out period.
* gnu/packages/webkit.scm (webkitgtk)[properties]: Increase the TIMEOUT to 40 hours.
Diffstat (limited to 'gnu/packages/webkit.scm')
-rw-r--r-- | gnu/packages/webkit.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/packages/webkit.scm b/gnu/packages/webkit.scm index 7f9610149d..6ef3eb456c 100644 --- a/gnu/packages/webkit.scm +++ b/gnu/packages/webkit.scm @@ -261,6 +261,7 @@ engine that uses Wayland for graphics output.") 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, |