From c5a87eed298f50da88c3fa75f6c0c16bcdac7688 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aur=C3=A9lien=20Bombo?= Date: Tue, 25 Jul 2023 15:33:26 -0700 Subject: [PATCH] tests: gha: Add timeout to cluster creation MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This has been intermittently taking a while lately so let's add a timeout. Signed-off-by: Aurélien Bombo --- .github/workflows/run-k8s-tests-on-aks.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/run-k8s-tests-on-aks.yaml b/.github/workflows/run-k8s-tests-on-aks.yaml index 6b3b16aeba..a297fe175d 100644 --- a/.github/workflows/run-k8s-tests-on-aks.yaml +++ b/.github/workflows/run-k8s-tests-on-aks.yaml @@ -56,6 +56,7 @@ jobs: AZ_TENANT_ID: ${{ secrets.AZ_TENANT_ID }} - name: Create AKS cluster + timeout-minutes: 10 run: bash tests/integration/kubernetes/gha-run.sh create-cluster - name: Install `bats`