Skip to content

Commit

Permalink
Change kubectl timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
tippmar-nr committed May 22, 2024
1 parent 3e75bf2 commit 0fde92d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ jobs:
helm repo add jetstack https://charts.jetstack.io --force-update
helm install cert-manager jetstack/cert-manager --namespace cert-manager --create-namespace --version v1.14.5 --set installCRDs=true
sleep 5
kubectl wait --for=condition=Ready -n cert-manager --all pods
kubectl wait --for=condition=Ready -n cert-manager --all pods --timeout=60s
- name: Deploy New Relic k8s-agents-operator to minikube
run: |
Expand All @@ -96,7 +96,7 @@ jobs:
--set=licenseKey=${{ secrets.NEW_RELIC_LICENSE_KEY }} \
--set=controllerManager.manager.image.tag=${{ env.K8S_OPERATOR_IMAGE_TAG }}
sleep 5
kubectl wait --for=condition=Ready -n default --all pods
kubectl wait --for=condition=Ready -n default --all pods --timeout=60s
- name: Build init container for e2e test
run: |
Expand Down

0 comments on commit 0fde92d

Please sign in to comment.