From e959a86bb92006eea4d0f15cc1c0f82ecccbc58b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alex=20R=C3=B8nne=20Petersen?= Date: Wed, 8 Oct 2025 04:57:16 +0200 Subject: [PATCH] ci: bump riscv64-linux-debug timeout to 8 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 20f989a087..7e071215d0 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: 420 + timeout-minutes: 480 riscv64-linux-release: # if: github.event_name != 'pull_request' runs-on: [self-hosted, riscv64-linux]