1
1
mirror of https://gitlab.gnome.org/GNOME/gimp.git synced 2025-10-06 01:12:40 +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.
This commit is contained in:
Bruno Lopes
2025-10-05 13:41:27 -03:00
parent d8d73266bc
commit fe4a698928

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