aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorAndrew Kelley <andrew@ziglang.org>2023-10-16 21:55:11 -0700
committerAndrew Kelley <andrew@ziglang.org>2023-10-16 21:55:11 -0700
commit0b8fca5a195278bb5d5fb1ea09a504c30f751415 (patch)
treef568caddb74cfaea00c0884ad3839c05baba6a78 /.github
parente44152e25200a9129724d10c093e64255289e811 (diff)
downloadzig-0b8fca5a195278bb5d5fb1ea09a504c30f751415.tar.gz
zig-0b8fca5a195278bb5d5fb1ea09a504c30f751415.zip
CI: bump aarch64-linux-debug timeout to 8 hours
When the system gets busy, the runs take drastically longer.
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml
index 6e783ae878..65404f3edd 100644
--- 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