ci: bump riscv64-linux timeouts by a further 2 hours

See 962903e0fa.
This commit is contained in:
Alex Rønne Petersen
2026-01-06 21:00:03 +01:00
parent 219624111b
commit 312b231da9
+2 -2
View File
@@ -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]