From 99aea0682c02fedcaaf523728f3f807b0c7824b5 Mon Sep 17 00:00:00 2001 From: Bruno Lopes Date: Sun, 5 Oct 2025 13:41:27 -0300 Subject: [PATCH] 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 fe4a69892892cc08e80406ee83552bf152721b01) --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 9004357d08..715fe9315e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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