From 81715c204472db4ba70adbf8d9083e75580dccc2 Mon Sep 17 00:00:00 2001 From: Ajay Sreehari Date: Wed, 8 May 2024 11:44:43 -0700 Subject: [PATCH] [CI] fix timeout on arm-unittest-matrix --- .github/workflows/build-and-test-arm.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build-and-test-arm.yml b/.github/workflows/build-and-test-arm.yml index 2f356c696eb6..a3412fa06aa9 100644 --- a/.github/workflows/build-and-test-arm.yml +++ b/.github/workflows/build-and-test-arm.yml @@ -45,6 +45,7 @@ jobs: - cmd-0 - cmd-1 - other + timeout-minutes: 30 runs-on: actuated-arm64-4cpu-4gb steps: - uses: actions/checkout@v4