From 49b3a0faa3c53899be7bf767cf3a1d7f96dbb53b Mon Sep 17 00:00:00 2001 From: Gabriela Cervantes Date: Thu, 19 Sep 2024 17:15:47 +0000 Subject: [PATCH] gha: Increase timeout to run k8s tests on TDX This PR increases the timeout to run k8s tests for Kata CoCo TDX to avoid the random failures of timeout. 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 17282d7654..32a91145cd 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: 50 + timeout-minutes: 100 run: bash tests/integration/kubernetes/gha-run.sh run-tests - name: Delete kata-deploy