authorgravatar for alex@alexrp.comAlex Rønne Petersen <alex@alexrp.com> 2026-01-14 21:29:37+01:00
committergravatar for alex@alexrp.comAlex Rønne Petersen <alex@alexrp.com> 2026-01-14 21:32:39+01:00
log3471ad1c67662e943115d4925d3e23f2d81002e8
tree8f1fbd2c301f3458b935dea807b1202ad4b9f2c0
parentf695ca08e3fc705bbca0e6dbde3164718727be00
signaturebadge-check Signed by SSH key SHA256:7B/LJ7bpR1eX8aCXSr4mtd5M45VMPKcx9zY8e95b5QM

ci: bump s390x-linux timeouts by 1 hour

Once in a while, these VMs get slightly slower due to heavy load from other VMs on the host machine, causing the jobs to time out. This is a very rare occurrence, but we do need to account for it.

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

.forgejo/workflows/ci.yaml+2-2
...@@ -108,7 +108,7 @@ jobs:...@@ -108,7 +108,7 @@ jobs:
108 fetch-depth: 0108 fetch-depth: 0
109 - name: Build and Test109 - name: Build and Test
110 run: sh ci/s390x-linux-debug.sh110 run: sh ci/s390x-linux-debug.sh
111 timeout-minutes: 300111 timeout-minutes: 360
112 s390x-linux-release:112 s390x-linux-release:
113 runs-on: [self-hosted, s390x-linux]113 runs-on: [self-hosted, s390x-linux]
114 steps:114 steps:
...@@ -118,7 +118,7 @@ jobs:...@@ -118,7 +118,7 @@ jobs:
118 fetch-depth: 0118 fetch-depth: 0
119 - name: Build and Test119 - name: Build and Test
120 run: sh ci/s390x-linux-release.sh120 run: sh ci/s390x-linux-release.sh
121 timeout-minutes: 240121 timeout-minutes: 300
122122
123 x86_64-freebsd-debug:123 x86_64-freebsd-debug:
124 runs-on: [self-hosted, x86_64-freebsd]124 runs-on: [self-hosted, x86_64-freebsd]