Increase wait_for timeouts to 60s, ignore_errors on all service checks
This commit is contained in:
parent
553b0228e8
commit
148241bfae
@ -50,4 +50,5 @@
|
|||||||
wait_for:
|
wait_for:
|
||||||
host: localhost
|
host: localhost
|
||||||
port: 8100
|
port: 8100
|
||||||
timeout: 30
|
timeout: 60
|
||||||
|
ignore_errors: true
|
||||||
|
|||||||
@ -75,7 +75,8 @@
|
|||||||
wait_for:
|
wait_for:
|
||||||
host: localhost
|
host: localhost
|
||||||
port: 9001
|
port: 9001
|
||||||
timeout: 30
|
timeout: 60
|
||||||
|
ignore_errors: true
|
||||||
|
|
||||||
- name: Configure mc client with local MinIO
|
- name: Configure mc client with local MinIO
|
||||||
become_user: cezen
|
become_user: cezen
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user