authorgravatar for alex@alexrp.comAlex Rønne Petersen <alex@alexrp.com> 2025-08-03 16:44:58+02:00
committergravatar for alex@alexrp.comAlex Rønne Petersen <alex@alexrp.com> 2025-08-03 16:46:15+02:00
log765825b80224f491e54fac83479cb31014352256
treef01c1c720d0619e2d07424cbca153fc3c0b156e4
parenta5f891d0b30672e51f9f72c716953ed172603031
signaturebadge-check Signed by SSH key SHA256:7B/LJ7bpR1eX8aCXSr4mtd5M45VMPKcx9zY8e95b5QM

ci: bump riscv64-linux timeout from 6 hours to 7 hours

GitHub is apparently very bad at arithmetic and so will cancel jobs that pass the 5 hours mark, even if they're nowhere near the 6 hours timeout. So add an hour to assist GitHub in this very difficult task.

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

.github/workflows/ci.yaml+2-2
...@@ -52,7 +52,7 @@ jobs:...@@ -52,7 +52,7 @@ jobs:
52 run: sh ci/aarch64-linux-release.sh52 run: sh ci/aarch64-linux-release.sh
53 riscv64-linux-debug:53 riscv64-linux-debug:
54 if: github.event_name == 'push'54 if: github.event_name == 'push'
55 timeout-minutes: 36055 timeout-minutes: 420
56 runs-on: [self-hosted, Linux, riscv64]56 runs-on: [self-hosted, Linux, riscv64]
57 steps:57 steps:
58 - name: Checkout58 - name: Checkout
...@@ -61,7 +61,7 @@ jobs:...@@ -61,7 +61,7 @@ jobs:
61 run: sh ci/riscv64-linux-debug.sh61 run: sh ci/riscv64-linux-debug.sh
62 riscv64-linux-release:62 riscv64-linux-release:
63 if: github.event_name == 'push'63 if: github.event_name == 'push'
64 timeout-minutes: 36064 timeout-minutes: 420
65 runs-on: [self-hosted, Linux, riscv64]65 runs-on: [self-hosted, Linux, riscv64]
66 steps:66 steps:
67 - name: Checkout67 - name: Checkout