1
1
mirror of https://gitlab.gnome.org/GNOME/gimp.git synced 2025-10-05 21:02:42 +02:00

gitlab-ci: Bump Flatpak timeout for 90min again for rebuilding purposes

When we bump some dependency (e.g. Poppler), even the ones which
don't link to it will be rebuild, so 30min is not enough even
with the ORAS caching.

(cherry picked from commit fe4a698928)
This commit is contained in:
Bruno Lopes
2025-10-05 13:41:27 -03:00
parent 6e4fd33341
commit 99aea0682c

View File

@@ -395,7 +395,7 @@ gimp-debian:
MESON_DIST: 0
before_script:
- export GIMP_PREFIX="${CI_PROJECT_DIR}/_install"
timeout: 30m
timeout: 90m
deps-flatpak:
extends: .flatpak