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:
108108 fetch-depth: 0
109109 - name: Build and Test
110110 run: sh ci/s390x-linux-debug.sh
111 timeout-minutes: 300
111 timeout-minutes: 360
112112 s390x-linux-release:
113113 runs-on: [self-hosted, s390x-linux]
114114 steps:
......@@ -118,7 +118,7 @@ jobs:
118118 fetch-depth: 0
119119 - name: Build and Test
120120 run: sh ci/s390x-linux-release.sh
121 timeout-minutes: 240
121 timeout-minutes: 300
122122
123123 x86_64-freebsd-debug:
124124 runs-on: [self-hosted, x86_64-freebsd]