Skip to content

Commit 76da028

Browse files
alexrpandrewrk
authored andcommitted
ci: Bump aarch64-linux timeout to 9 hours.
These seem to be timing out under load lately.
1 parent 85b3d02 commit 76da028

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,15 +29,15 @@ jobs:
2929
- name: Build and Test
3030
run: sh ci/x86_64-linux-release.sh
3131
aarch64-linux-debug:
32-
timeout-minutes: 480
32+
timeout-minutes: 540
3333
runs-on: [self-hosted, Linux, aarch64]
3434
steps:
3535
- name: Checkout
3636
uses: actions/checkout@v4
3737
- name: Build and Test
3838
run: sh ci/aarch64-linux-debug.sh
3939
aarch64-linux-release:
40-
timeout-minutes: 480
40+
timeout-minutes: 540
4141
runs-on: [self-hosted, Linux, aarch64]
4242
steps:
4343
- name: Checkout

0 commit comments

Comments
 (0)