authorgravatar for alex@alexrp.comAlex Rønne Petersen <alex@alexrp.com> 2026-05-07 01:39:28+02:00
committergravatar for alex@alexrp.comAlex Rønne Petersen <alex@alexrp.com> 2026-05-07 01:39:28+02:00
log81a9bec442caa20dcd1793a4eb06c4fbe59e4d50
tree1b65af5d991d3b7f6636e32a86adeee2e80753e5
parentcd23f7a814bf81b3c06f4d016bcb006520a3158e
signaturebadge-check Signed by SSH key SHA256:7B/LJ7bpR1eX8aCXSr4mtd5M45VMPKcx9zY8e95b5QM

ci: bump s390x-linux-debug timeout by 1 hour

The host machine for the VMs we have is oversubscribed. There's not currently much that can be done about that, but a hardware upgrade is planned for later this year.

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

.forgejo/workflows/ci.yaml+1-1
...@@ -175,7 +175,7 @@ jobs:...@@ -175,7 +175,7 @@ jobs:
175 fetch-depth: 0175 fetch-depth: 0
176 - name: Build and Test176 - name: Build and Test
177 run: sh ci/s390x-linux-debug.sh177 run: sh ci/s390x-linux-debug.sh
178 timeout-minutes: 360178 timeout-minutes: 420
179 s390x-linux-release:179 s390x-linux-release:
180 runs-on: [self-hosted, s390x-linux]180 runs-on: [self-hosted, s390x-linux]
181 steps:181 steps: