Change timeout values
continuous-integration/drone/push Build encountered an error Details

This commit is contained in:
Danny Bessems 2022-04-19 12:17:01 +02:00
parent 69aee17d84
commit adbe0230e3
1 changed files with 1 additions and 4 deletions

View File

@ -42,16 +42,13 @@
async: 150
poll: 0
- ansible.builtin.debug:
var: job_init
- name: Poll for completion
ansible.builtin.async_status:
jid: "{{ item.ansible_job_id }}"
with_items: "{{ job_init.results }}"
register: job_poll
retries: 5
delay: 30
delay: 75
until: job_poll.finished
- ansible.builtin.debug: