diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 6e783ae87854224d26cb2205f5e134869c4b91b9..65404f3eddd91483f09dd4510f6dcc3e3aa36ecb 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