Skip to content

Commit

Permalink
Update sleep duration in Verify Pods step
Browse files Browse the repository at this point in the history
  • Loading branch information
lennartdohmann committed Oct 28, 2024
1 parent 6e326ff commit 7c7b543
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ jobs:
- name: Verify Pods
run: |
sleep 10
sleep 5
minikube kubectl -- get pods --namespace vaas || true
minikube kubectl -- wait --for=condition=ready pods --namespace vaas --timeout=300s --all
Expand Down

0 comments on commit 7c7b543

Please sign in to comment.