commit 312b231da9a90e477c56801fb2056324edc50ea1 (tree)
parent 219624111be4a87b3e3b50328549c2b50746ad02
Author: Alex Rønne Petersen <alex@alexrp.com>
Date: Tue, 6 Jan 2026 21:00:03 +0100
ci: bump riscv64-linux timeouts by a further 2 hours
See 962903e0fa222ee002355832e17144f66ec8d6ec.
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/.forgejo/workflows/ci.yaml b/.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: 720
+ timeout-minutes: 840
riscv64-linux-release:
if: github.event_name != 'pull_request'
runs-on: [self-hosted, riscv64-linux]
@@ -99,7 +99,7 @@ jobs:
fetch-depth: 0
- name: Build and Test
run: sh ci/riscv64-linux-release.sh
- timeout-minutes: 600
+ timeout-minutes: 720
s390x-linux-debug:
runs-on: [self-hosted, s390x-linux]