Skip to content

Commit 1a08c83

Browse files
committed
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.
1 parent 561ab59 commit 1a08c83

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,15 +29,13 @@ jobs:
2929
- name: Build and Test
3030
run: sh ci/x86_64-linux-release.sh
3131
aarch64-linux-debug:
32-
timeout-minutes: 540
3332
runs-on: [self-hosted, Linux, aarch64]
3433
steps:
3534
- name: Checkout
3635
uses: actions/checkout@v4
3736
- name: Build and Test
3837
run: sh ci/aarch64-linux-debug.sh
3938
aarch64-linux-release:
40-
timeout-minutes: 540
4139
runs-on: [self-hosted, Linux, aarch64]
4240
steps:
4341
- name: Checkout

0 commit comments

Comments
 (0)