Skip to content
Snippets Groups Projects
Commit 5ae6a4c7 authored by Gioacchino Vino's avatar Gioacchino Vino
Browse files

Increase deployment waiting time

parent a0c67cf0
No related branches found
No related tags found
1 merge request!33Increase deployment waiting time
......@@ -33,12 +33,12 @@
- debug:
var: deployment
- name: Sleep for 60 seconds and timeout
- name: Sleep for 300 seconds and timeout
wait_for:
delay: 60
delay: 300
timeout: 0
- name: Check the deployment status (every 5 mins)
- name: Check the deployment status (every 10 mins)
command: orchent depshow --ojson "{{ deployment.uuid }}"
register: depshow_output
until: "'PROGRESS' not in depshow_output.stdout"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment