mirror of
https://codeberg.org/ziglang/zig.git
synced 2026-03-08 01:24:49 +01:00
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:
parent
f695ca08e3
commit
3471ad1c67
1 changed files with 2 additions and 2 deletions
|
|
@ -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]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue