From 8e7be74680185091ed65c82155b518622b2e3eba Mon Sep 17 00:00:00 2001 From: Rob Bradford Date: Wed, 6 May 2026 21:46:29 +0100 Subject: [PATCH] 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 --- .github/workflows/ci.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 36e04e94f..9cec8b8e8 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -665,11 +665,11 @@ jobs: with: fetch-depth: 0 - name: Run VFIO integration tests - timeout-minutes: 15 + timeout-minutes: 25 run: scripts/dev_cli.sh tests --integration-vfio # Most tests are failing with musl, see #6790 # - name: Run VFIO integration tests for musl - # timeout-minutes: 15 + # timeout-minutes: 25 # run: scripts/dev_cli.sh tests --integration-vfio --libc musl integration-windows: name: integration-windows