mirror of
https://codeberg.org/ziglang/zig.git
synced 2025-12-28 16:01:55 -06:00
ci: reduce x86_64-linux timeouts
These excessive timeouts should no longer be necessary with the recent tuning of job capacity and maxrss on these machines.
This commit is contained in:
parent
78cba86928
commit
c166bb36f6
@ -152,7 +152,7 @@ jobs:
|
||||
fetch-depth: 0
|
||||
- name: Build and Test
|
||||
run: sh ci/x86_64-linux-debug.sh
|
||||
timeout-minutes: 240
|
||||
timeout-minutes: 180
|
||||
x86_64-linux-debug-llvm:
|
||||
runs-on: [self-hosted, x86_64-linux]
|
||||
steps:
|
||||
@ -162,7 +162,7 @@ jobs:
|
||||
fetch-depth: 0
|
||||
- name: Build and Test
|
||||
run: sh ci/x86_64-linux-debug-llvm.sh
|
||||
timeout-minutes: 480
|
||||
timeout-minutes: 360
|
||||
x86_64-linux-release:
|
||||
runs-on: [self-hosted, x86_64-linux]
|
||||
steps:
|
||||
@ -172,7 +172,7 @@ jobs:
|
||||
fetch-depth: 0
|
||||
- name: Build and Test
|
||||
run: sh ci/x86_64-linux-release.sh
|
||||
timeout-minutes: 480
|
||||
timeout-minutes: 360
|
||||
|
||||
x86_64-windows-debug:
|
||||
runs-on: [self-hosted, x86_64-windows]
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user