From 2153f8143d32ff47d494955e2a1924cf333033e5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alex=20R=C3=B8nne=20Petersen?= Date: Sat, 6 Jun 2026 15:54:44 +0200 Subject: [PATCH] ci: bump riscv64-linux-debug timeout by 2 hours --- .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 62803d3919e50f38bbede449a85e32ff422f90e6..316b28eb5e93cccf7ebf623d2b17dc9ee1defb97 100644 --- a/.forgejo/workflows/ci.yaml +++ b/.forgejo/workflows/ci.yaml @@ -157,7 +157,7 @@ jobs: fetch-depth: 0 - name: Build and Test run: sh ci/riscv64-linux-debug.sh - timeout-minutes: 720 + timeout-minutes: 840 riscv64-linux-release: if: github.event_name != 'pull_request' runs-on: [self-hosted, riscv64-linux] -- 2.54.0