From 2774436a831194b5a97fc2774ad5570762ed0965 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alex=20R=C3=B8nne=20Petersen?= Date: Fri, 23 Jan 2026 16:17:36 +0100 Subject: [PATCH] ci: bump riscv64-linux-debug timeout by 1 hour --- .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 7cc50e71c302fe054f49f25d3ee8f262a5d4ea77..48813b9001d0463d39b7ce8e2566ae5dad555b87 100644 --- a/.forgejo/workflows/ci.yaml +++ b/.forgejo/workflows/ci.yaml @@ -111,7 +111,7 @@ jobs: fetch-depth: 0 - name: Build and Test run: sh ci/riscv64-linux-debug.sh - timeout-minutes: 600 + timeout-minutes: 660 riscv64-linux-release: if: github.event_name != 'pull_request' runs-on: [self-hosted, riscv64-linux] -- 2.54.0