From 872a6b30a968cabb7f3cb7aa17cdce75fec5039e Mon Sep 17 00:00:00 2001 From: stevenhorsman Date: Mon, 28 Jul 2025 13:40:05 +0100 Subject: [PATCH] workflows: Add Delete AKS cluster timeout When testing this branch, on several occasions the Delete AKS cluster step has hung for multiple hours, so add a timeout to prevent this. Signed-off-by: stevenhorsman --- .github/workflows/run-kata-coco-tests.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/run-kata-coco-tests.yaml b/.github/workflows/run-kata-coco-tests.yaml index 4f322e4b40..ce6e4e22e1 100644 --- a/.github/workflows/run-kata-coco-tests.yaml +++ b/.github/workflows/run-kata-coco-tests.yaml @@ -326,4 +326,5 @@ jobs: - name: Delete AKS cluster if: always() + timeout-minutes: 15 run: bash tests/integration/kubernetes/gha-run.sh delete-cluster