From 2b44e9427cd8c9e9e95864f7af76357cfb782a1a Mon Sep 17 00:00:00 2001 From: ChengyuZhu6 Date: Wed, 24 Jul 2024 12:24:35 +0800 Subject: [PATCH] gha: Increase timeout to run CoCo tests This PR increases the timeout for running the CoCo tests to avoid random failures. These failures occur when the action `Run tests` times out after 30 minutes, causing the CI to fail. Fixes: #10062 Signed-off-by: ChengyuZhu6 --- .github/workflows/run-kata-coco-tests.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/run-kata-coco-tests.yaml b/.github/workflows/run-kata-coco-tests.yaml index a2d19e73f0..994aacceff 100644 --- a/.github/workflows/run-kata-coco-tests.yaml +++ b/.github/workflows/run-kata-coco-tests.yaml @@ -143,7 +143,7 @@ jobs: run: bash tests/integration/kubernetes/gha-run.sh deploy-kata-sev - name: Run tests - timeout-minutes: 30 + timeout-minutes: 50 run: bash tests/integration/kubernetes/gha-run.sh run-tests - name: Delete kata-deploy @@ -214,7 +214,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