From 4ed5bb0bacc1c4030d4dda32e0be59f552997089 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alex=20R=C3=B8nne=20Petersen?= Date: Wed, 19 Nov 2025 20:45:09 +0100 Subject: [PATCH] ci: bump aarch64-linux-debug timeout to 3 hours on Forgejo Actions --- .forgejo/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.forgejo/workflows/ci.yaml b/.forgejo/workflows/ci.yaml index 1c2ac7d242..0437e20230 100644 --- a/.forgejo/workflows/ci.yaml +++ b/.forgejo/workflows/ci.yaml @@ -20,7 +20,7 @@ jobs: fetch-depth: 0 - name: Build and Test run: sh ci/aarch64-linux-debug.sh - timeout-minutes: 120 + timeout-minutes: 180 aarch64-linux-release: runs-on: [self-hosted, aarch64-linux] steps: