diff --git a/.github/workflows/kind-cloud.yaml b/.github/workflows/kind-cloud.yaml index 0d2036a..75de699 100644 --- a/.github/workflows/kind-cloud.yaml +++ b/.github/workflows/kind-cloud.yaml @@ -87,6 +87,6 @@ jobs: helm repo update kubectl create namespace kerberos-hub helm install hub kerberos/hub --values kerberos-hub-helm.yaml -n kerberos-hub --create-namespace - echo "Sleeping for 30 seconds, give time for the helm chart to create the pods" && sleep 30 + echo "Sleeping for 300 seconds, give time for the helm chart to create the pods" && sleep 300 kubectl get pods -A -o wide kubectl get pods -A -o wide | grep kerberos-hub | awk '{print $3}' | grep -q '1/1' && echo "kerberos-hub pod is running with status 1/1" || (echo "kerberos-hub pod is not running with status 1/1" && exit 1)