mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2026-08-05 02:19:16 +00:00
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:
committed by
Rob Bradford
parent
0a785c1db2
commit
f256317ac6
1
.github/workflows/mshv-integration.yaml
vendored
1
.github/workflows/mshv-integration.yaml
vendored
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user