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 <aastharawat@microsoft.com>
This commit is contained in:
AASTHA RAWAT
2025-10-14 19:37:20 +05:30
committed by Rob Bradford
parent 0a785c1db2
commit f256317ac6

View File

@@ -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 }}