You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
local internal_ip_url="http://127.0.0.1/global-envs/INTERNAL_IP"
181
182
local hostname_url="http://127.0.0.1/global-envs/HOSTNAME"
182
183
@@ -214,7 +215,7 @@ wait_for_internal_ip() {
214
215
hostname_value="$(printf '%s\n'"$hostname_result"| head -n 1 | tr -d '\r'| xargs)"
215
216
216
217
if [[ "$internal_http_code"=="200"&&-n"$internal_value"&&"$internal_value"!="null"&&"$hostname_http_code"=="200"&&-n"$hostname_value"&&"$hostname_value"!="null" ]];then
217
-
sleep 2# Extra buffer to ensure values are fully propagated before we proceed
218
+
sleep "$final_sleep_seconds"# Extra buffer to ensure values are fully propagated before we proceed
0 commit comments