Skip to content
Snippets Groups Projects
Commit 2bcfb3fe authored by Antoine Legrand's avatar Antoine Legrand Committed by GitHub
Browse files

Merge pull request #637 from bogdando/wait_pods

Increase wait for pods post-install test
parents deea7bb8 97d126ac
No related branches found
No related tags found
No related merge requests found
......@@ -19,5 +19,5 @@
shell: "{{bin_dir}}/kubectl get pods --no-headers -o json"
register: run_pods_log
until: [ '(run_pods_log.stdout | from_json)["items"] | map(attribute = "status.phase") | join(",") == "Running,Running"' ]
retries: 24
delay: 5
retries: 18
delay: 10
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment