mirror of
https://github.com/katanemo/plano.git
synced 2026-06-17 15:25:17 +02:00
adjust sleep time
This commit is contained in:
parent
e4dc48a62d
commit
031d89ad3b
1 changed files with 1 additions and 1 deletions
|
|
@ -9,7 +9,7 @@ log() {
|
|||
wait_for_healthz() {
|
||||
local healthz_url="$1"
|
||||
local timeout_seconds="${2:-30}" # Default timeout of 30 seconds
|
||||
local sleep_between="${3:-1}" # Default sleep of 1 seconds
|
||||
local sleep_between="${3:-5}" # Default sleep of 5 seconds
|
||||
|
||||
local start_time=$(date +%s)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue