Browse Source

Merge pull request #637 from bogdando/wait_pods

Increase wait for pods post-install test
pull/642/head
Antoine Legrand 8 years ago
committed by GitHub
parent
commit
2bcfb3fea3
1 changed files with 2 additions and 2 deletions
  1. 4
      tests/testcases/020_check-create-pod.yml

4
tests/testcases/020_check-create-pod.yml

@ -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
Loading…
Cancel
Save