1
0
mirror of https://github.com/kata-containers/kata-containers.git synced 2025-09-18 15:28:10 +00:00

tests: gha: Add timeout to cluster creation

This has been intermittently taking a while lately so let's add a
timeout.

Signed-off-by: Aurélien Bombo <abombo@microsoft.com>
This commit is contained in:
Aurélien Bombo
2023-07-25 15:33:26 -07:00
parent 6daeb08e69
commit c5a87eed29

@@ -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`