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