Increase the timeout for the wait command
Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
This commit is contained in:
parent
a1f937213a
commit
a695166353
1 changed files with 1 additions and 1 deletions
|
@ -50,4 +50,4 @@
|
|||
msg: "You can watch the logs with 'oc -n {{ app }} logs -f job/{{ job_name }}'"
|
||||
|
||||
- name: Wait for the command to complete
|
||||
shell: oc -n {{ app }} wait --for=condition=Complete job/{{ job_name }}
|
||||
shell: oc -n {{ app }} wait --for=condition=Complete --timeout=10m job/{{ job_name }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue