Commit 43b4368b94

Alex Rønne Petersen <alex@alexrp.com>
2025-11-26 19:29:36
ci: bump riscv64-linux-debug timeout by 1 hour
A very recent change seems to have made this slower.
1 parent c969ef7
Changed files (1)
.forgejo
workflows
.forgejo/workflows/ci.yaml
@@ -88,7 +88,7 @@ jobs:
           fetch-depth: 0
       - name: Build and Test
         run: sh ci/riscv64-linux-debug.sh
-        timeout-minutes: 540
+        timeout-minutes: 600
   riscv64-linux-release:
     if: github.event_name != 'pull_request'
     runs-on: [self-hosted, riscv64-linux]