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.
This commit is contained in:
Alex Rønne Petersen 2026-01-14 21:29:37 +01:00
parent f695ca08e3
commit 3471ad1c67
No known key found for this signature in database

View file

@ -108,7 +108,7 @@ jobs:
fetch-depth: 0
- name: Build and Test
run: sh ci/s390x-linux-debug.sh
timeout-minutes: 300
timeout-minutes: 360
s390x-linux-release:
runs-on: [self-hosted, s390x-linux]
steps:
@ -118,7 +118,7 @@ jobs:
fetch-depth: 0
- name: Build and Test
run: sh ci/s390x-linux-release.sh
timeout-minutes: 240
timeout-minutes: 300
x86_64-freebsd-debug:
runs-on: [self-hosted, x86_64-freebsd]