Skip to content

Commit

Permalink
tests: gha: Add timeout to cluster creation
Browse files Browse the repository at this point in the history
This has been intermittently taking a while lately so let's add a
timeout.

Signed-off-by: Aurélien Bombo <abombo@microsoft.com>
  • Loading branch information
sprt committed Jul 26, 2023
1 parent 6daeb08 commit c5a87ee
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/run-k8s-tests-on-aks.yaml
Expand Up @@ -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`
Expand Down

0 comments on commit c5a87ee

Please sign in to comment.