authorgravatar for alex@alexrp.comAlex Rønne Petersen <alex@alexrp.com> 2026-01-06 21:00:03+01:00
committergravatar for alex@alexrp.comAlex Rønne Petersen <alex@alexrp.com> 2026-01-06 21:00:03+01:00
log312b231da9a90e477c56801fb2056324edc50ea1
tree02329dbe15df06fec91e5161a40ba65b6e6858aa
parent219624111be4a87b3e3b50328549c2b50746ad02
signaturebadge-check Signed by SSH key SHA256:7B/LJ7bpR1eX8aCXSr4mtd5M45VMPKcx9zY8e95b5QM

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

See 962903e0fa222ee002355832e17144f66ec8d6ec.

1 files changed, 2 insertions(+), 2 deletions(-)

.forgejo/workflows/ci.yaml+2-2
...@@ -88,7 +88,7 @@ jobs:...@@ -88,7 +88,7 @@ jobs:
88 fetch-depth: 088 fetch-depth: 0
89 - name: Build and Test89 - name: Build and Test
90 run: sh ci/riscv64-linux-debug.sh90 run: sh ci/riscv64-linux-debug.sh
91 timeout-minutes: 72091 timeout-minutes: 840
92 riscv64-linux-release:92 riscv64-linux-release:
93 if: github.event_name != 'pull_request'93 if: github.event_name != 'pull_request'
94 runs-on: [self-hosted, riscv64-linux]94 runs-on: [self-hosted, riscv64-linux]
...@@ -99,7 +99,7 @@ jobs:...@@ -99,7 +99,7 @@ jobs:
99 fetch-depth: 099 fetch-depth: 0
100 - name: Build and Test100 - name: Build and Test
101 run: sh ci/riscv64-linux-release.sh101 run: sh ci/riscv64-linux-release.sh
102 timeout-minutes: 600102 timeout-minutes: 720
103103
104 s390x-linux-debug:104 s390x-linux-debug:
105 runs-on: [self-hosted, s390x-linux]105 runs-on: [self-hosted, s390x-linux]