Increase the timeout for the wait command

Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
This commit is contained in:
Aurélien Bompard 2024-06-06 07:39:29 +02:00
parent a1f937213a
commit a695166353
No known key found for this signature in database
GPG key ID: 31584CFEB9BF64AD

View file

@ -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 }}