aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorAndrew Kelley <andrew@ziglang.org>2023-01-24 20:32:29 -0700
committerAndrew Kelley <andrew@ziglang.org>2023-01-24 20:32:29 -0700
commit3ff1f346b0c780bce7d70078794312002b3f1639 (patch)
tree003f808255427d31f025940395bf9fce58b27307 /.github
parentcb9d00e1af365d5722ff7795aff1e74e78c3aa65 (diff)
downloadzig-3ff1f346b0c780bce7d70078794312002b3f1639.tar.gz
zig-3ff1f346b0c780bce7d70078794312002b3f1639.zip
CI: give aarch64-linux-debug a little more time
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci.yaml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml
index 34e029cdd5..8f0bcb7b96 100644
--- a/.github/workflows/ci.yaml
+++ b/.github/workflows/ci.yaml
@@ -25,6 +25,7 @@ jobs:
- name: Build and Test
run: sh ci/x86_64-linux-release.sh
aarch64-linux-debug:
+ timeout-minutes: 420
runs-on: [self-hosted, Linux, aarch64]
steps:
- name: Checkout