From b6b8524ab79292c119e37782067ef907f52b1570 Mon Sep 17 00:00:00 2001 From: Gabriela Cervantes Date: Wed, 10 Jul 2024 16:06:07 +0000 Subject: [PATCH] gha: Increase timeout to run CoCo TDX tests This PR increases the timeout to run the CoCo TDX tests in order to avoid the random failures on TDX saying that The action 'Run tests' has timed out after 30 minutes and making the GHA job fail. Signed-off-by: Gabriela Cervantes --- .github/workflows/run-kata-coco-tests.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/run-kata-coco-tests.yaml b/.github/workflows/run-kata-coco-tests.yaml index 25b95e6c49..a2d19e73f0 100644 --- a/.github/workflows/run-kata-coco-tests.yaml +++ b/.github/workflows/run-kata-coco-tests.yaml @@ -82,7 +82,7 @@ jobs: run: bash tests/integration/kubernetes/gha-run.sh install-kbs-client - name: Run tests - timeout-minutes: 30 + timeout-minutes: 50 run: bash tests/integration/kubernetes/gha-run.sh run-tests - name: Delete kata-deploy