authorgravatar for andrew@ziglang.orgAndrew Kelley <andrew@ziglang.org> 2023-10-16 21:55:11-07:00
committergravatar for andrew@ziglang.orgAndrew Kelley <andrew@ziglang.org> 2023-10-16 21:55:11-07:00
log0b8fca5a195278bb5d5fb1ea09a504c30f751415
treef568caddb74cfaea00c0884ad3839c05baba6a78
parente44152e25200a9129724d10c093e64255289e811

CI: bump aarch64-linux-debug timeout to 8 hours

When the system gets busy, the runs take drastically longer.

1 files changed, 1 insertions(+), 1 deletions(-)

.github/workflows/ci.yaml+1-1
...@@ -26,7 +26,7 @@ jobs:...@@ -26,7 +26,7 @@ jobs:
26 - name: Build and Test26 - name: Build and Test
27 run: sh ci/x86_64-linux-release.sh27 run: sh ci/x86_64-linux-release.sh
28 aarch64-linux-debug:28 aarch64-linux-debug:
29 timeout-minutes: 42029 timeout-minutes: 480
30 runs-on: [self-hosted, Linux, aarch64]30 runs-on: [self-hosted, Linux, aarch64]
31 steps:31 steps:
32 - name: Checkout32 - name: Checkout