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:
8888 fetch-depth: 0
8989 - name: Build and Test
9090 run: sh ci/riscv64-linux-debug.sh
91 timeout-minutes: 720
91 timeout-minutes: 840
9292 riscv64-linux-release:
9393 if: github.event_name != 'pull_request'
9494 runs-on: [self-hosted, riscv64-linux]
......@@ -99,7 +99,7 @@ jobs:
9999 fetch-depth: 0
100100 - name: Build and Test
101101 run: sh ci/riscv64-linux-release.sh
102 timeout-minutes: 600
102 timeout-minutes: 720
103103
104104 s390x-linux-debug:
105105 runs-on: [self-hosted, s390x-linux]