commit 3ff1f346b0c780bce7d70078794312002b3f1639 (tree)
parent cb9d00e1af365d5722ff7795aff1e74e78c3aa65
Author: Andrew Kelley <andrew@ziglang.org>
Date: Tue, 24 Jan 2023 20:32:29 -0700
CI: give aarch64-linux-debug a little more time
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git 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