From 2f4bca41eadc07227a36f7d8d0e4c414e240528e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alex=20R=C3=B8nne=20Petersen?= Date: Sat, 1 Nov 2025 17:17:20 +0100 Subject: [PATCH] ci: bump riscv64-linux-debug timeout to 9 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 7e071215d0..75eca73c61 100644 --- a/.forgejo/workflows/ci.yaml +++ b/.forgejo/workflows/ci.yaml @@ -64,7 +64,7 @@ jobs: fetch-depth: 0 - name: Build and Test run: sh ci/riscv64-linux-debug.sh - timeout-minutes: 480 + timeout-minutes: 540 riscv64-linux-release: # if: github.event_name != 'pull_request' runs-on: [self-hosted, riscv64-linux]