Change timeout values #2
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Danny Bessems 2022-04-19 12:22:56 +02:00
parent adbe0230e3
commit 144c3604d5
1 changed files with 2 additions and 2 deletions

View File

@ -39,7 +39,7 @@
delegate_to: localhost delegate_to: localhost
with_items: "{{ servers }}" with_items: "{{ servers }}"
register: job_init register: job_init
async: 150 async: 300
poll: 0 poll: 0
- name: Poll for completion - name: Poll for completion
@ -48,7 +48,7 @@
with_items: "{{ job_init.results }}" with_items: "{{ job_init.results }}"
register: job_poll register: job_poll
retries: 5 retries: 5
delay: 75 delay: 100
until: job_poll.finished until: job_poll.finished
- ansible.builtin.debug: - ansible.builtin.debug: