From 3ff1f346b0c780bce7d70078794312002b3f1639 Mon Sep 17 00:00:00 2001 From: Andrew Kelley Date: Tue, 24 Jan 2023 20:32:29 -0700 Subject: [PATCH] CI: give aarch64-linux-debug a little more time --- .github/workflows/ci.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 34e029cdd522114f64912e7fc039429cf6886ac8..8f0bcb7b964131f8b0337096f11c9b1a2dd6223c 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 -- 2.54.0