mirror of
https://github.com/ziglang/zig.git
synced 2025-12-06 06:13:07 +00:00
ci: Revert aarch64-linux timeout to GitHub's default 6 hours.
We don't seem to be getting non-deterministic hangs since 4f3b59f, and e28b402 cut the run times significantly on top of that. Runs now seem to take around 1-2 hours, so the default timeout should be plenty.
This commit is contained in:
parent
561ab59cec
commit
1a08c83eb3
2
.github/workflows/ci.yaml
vendored
2
.github/workflows/ci.yaml
vendored
@ -29,7 +29,6 @@ jobs:
|
|||||||
- name: Build and Test
|
- name: Build and Test
|
||||||
run: sh ci/x86_64-linux-release.sh
|
run: sh ci/x86_64-linux-release.sh
|
||||||
aarch64-linux-debug:
|
aarch64-linux-debug:
|
||||||
timeout-minutes: 540
|
|
||||||
runs-on: [self-hosted, Linux, aarch64]
|
runs-on: [self-hosted, Linux, aarch64]
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
@ -37,7 +36,6 @@ jobs:
|
|||||||
- name: Build and Test
|
- name: Build and Test
|
||||||
run: sh ci/aarch64-linux-debug.sh
|
run: sh ci/aarch64-linux-debug.sh
|
||||||
aarch64-linux-release:
|
aarch64-linux-release:
|
||||||
timeout-minutes: 540
|
|
||||||
runs-on: [self-hosted, Linux, aarch64]
|
runs-on: [self-hosted, Linux, aarch64]
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user