From f256317ac6fd70b12c516216f960f57f35f00e97 Mon Sep 17 00:00:00 2001 From: AASTHA RAWAT Date: Tue, 14 Oct 2025 19:37:20 +0530 Subject: [PATCH] ci: add timeout to mshv integration test workflow Add step-level timeout for running integration tests so that the workflow doesn't get stuck on any test. Signed-off-by: AASTHA RAWAT --- .github/workflows/mshv-integration.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/mshv-integration.yaml b/.github/workflows/mshv-integration.yaml index 3faa8748e..fcbb02b90 100644 --- a/.github/workflows/mshv-integration.yaml +++ b/.github/workflows/mshv-integration.yaml @@ -26,6 +26,7 @@ jobs: continue-on-error: true steps: - name: Run integration tests + timeout-minutes: 60 env: KEY: azure_key_${{ github.run_id }} PR_NUMBER: ${{ github.event.pull_request.number }}