mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2026-08-05 02:19:16 +00:00
tests: Bump vfio integration test time to 25 minutes
This timeout is being reached and kicking jobs out of the MQ. Signed-off-by: Rob Bradford <rbradford@meta.com>
This commit is contained in:
4
.github/workflows/ci.yaml
vendored
4
.github/workflows/ci.yaml
vendored
@@ -665,11 +665,11 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
- name: Run VFIO integration tests
|
- name: Run VFIO integration tests
|
||||||
timeout-minutes: 15
|
timeout-minutes: 25
|
||||||
run: scripts/dev_cli.sh tests --integration-vfio
|
run: scripts/dev_cli.sh tests --integration-vfio
|
||||||
# Most tests are failing with musl, see #6790
|
# Most tests are failing with musl, see #6790
|
||||||
# - name: Run VFIO integration tests for musl
|
# - name: Run VFIO integration tests for musl
|
||||||
# timeout-minutes: 15
|
# timeout-minutes: 25
|
||||||
# run: scripts/dev_cli.sh tests --integration-vfio --libc musl
|
# run: scripts/dev_cli.sh tests --integration-vfio --libc musl
|
||||||
integration-windows:
|
integration-windows:
|
||||||
name: integration-windows
|
name: integration-windows
|
||||||
|
|||||||
Reference in New Issue
Block a user