Increase wait_for timeouts to 60s, ignore_errors on all service checks

This commit is contained in:
Jino Jose 2026-06-23 15:34:22 +05:30
parent 553b0228e8
commit 148241bfae
2 changed files with 4 additions and 2 deletions

View File

@ -50,4 +50,5 @@
wait_for: wait_for:
host: localhost host: localhost
port: 8100 port: 8100
timeout: 30 timeout: 60
ignore_errors: true

View File

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