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:
Alex Rønne Petersen 2025-12-04 20:52:34 +01:00
parent 78cba86928
commit c166bb36f6
No known key found for this signature in database

View file

@ -152,7 +152,7 @@ jobs:
fetch-depth: 0 fetch-depth: 0
- name: Build and Test - name: Build and Test
run: sh ci/x86_64-linux-debug.sh run: sh ci/x86_64-linux-debug.sh
timeout-minutes: 240 timeout-minutes: 180
x86_64-linux-debug-llvm: x86_64-linux-debug-llvm:
runs-on: [self-hosted, x86_64-linux] runs-on: [self-hosted, x86_64-linux]
steps: steps:
@ -162,7 +162,7 @@ jobs:
fetch-depth: 0 fetch-depth: 0
- name: Build and Test - name: Build and Test
run: sh ci/x86_64-linux-debug-llvm.sh run: sh ci/x86_64-linux-debug-llvm.sh
timeout-minutes: 480 timeout-minutes: 360
x86_64-linux-release: x86_64-linux-release:
runs-on: [self-hosted, x86_64-linux] runs-on: [self-hosted, x86_64-linux]
steps: steps:
@ -172,7 +172,7 @@ jobs:
fetch-depth: 0 fetch-depth: 0
- name: Build and Test - name: Build and Test
run: sh ci/x86_64-linux-release.sh run: sh ci/x86_64-linux-release.sh
timeout-minutes: 480 timeout-minutes: 360
x86_64-windows-debug: x86_64-windows-debug:
runs-on: [self-hosted, x86_64-windows] runs-on: [self-hosted, x86_64-windows]