mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 09:12:45 +01:00
adjust retry and timeout for wait_for_influxdb
This commit is contained in:
@@ -94,10 +94,10 @@ wait_for_influxdb:
|
||||
- ssl: True
|
||||
- verify_ssl: False
|
||||
- status: 200
|
||||
- timeout: 30
|
||||
- timeout: 10
|
||||
- retry:
|
||||
attempts: 5
|
||||
interval: 60
|
||||
attempts: 20
|
||||
interval: 5
|
||||
- require:
|
||||
- docker_container: so-influxdb
|
||||
|
||||
|
||||
Reference in New Issue
Block a user