commit 0b8fca5a195278bb5d5fb1ea09a504c30f751415 (tree)
parent e44152e25200a9129724d10c093e64255289e811
Author: Andrew Kelley <andrew@ziglang.org>
Date: Mon, 16 Oct 2023 21:55:11 -0700
CI: bump aarch64-linux-debug timeout to 8 hours
When the system gets busy, the runs take drastically longer.
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml
@@ -26,7 +26,7 @@ jobs:
- name: Build and Test
run: sh ci/x86_64-linux-release.sh
aarch64-linux-debug:
- timeout-minutes: 420
+ timeout-minutes: 480
runs-on: [self-hosted, Linux, aarch64]
steps:
- name: Checkout