From a1aed0c78e73f36759567045523986ab6cd84741 Mon Sep 17 00:00:00 2001 From: Jeremi Piotrowski Date: Tue, 5 Sep 2023 16:57:38 +0200 Subject: [PATCH] gha: vfio: Set test timeout to 15m Sometimes the test gets stuck running commands in the container - need to investigate why later. Signed-off-by: Jeremi Piotrowski (cherry picked from commit 7211c3dccc9aaee5fd3ad18ab6b013b502abc06e) --- .github/workflows/run-vfio-tests.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/run-vfio-tests.yaml b/.github/workflows/run-vfio-tests.yaml index b5aa739cec..4542ec1a3a 100644 --- a/.github/workflows/run-vfio-tests.yaml +++ b/.github/workflows/run-vfio-tests.yaml @@ -45,4 +45,5 @@ jobs: path: kata-artifacts - name: Run vfio tests + timeout-minutes: 15 run: bash tests/functional/vfio/gha-run.sh run