Signed-off-by: Valentin Lab <valentin.lab@kalysto.org>
@ -956,7 +956,7 @@ wait_for_docker_ip() {
done < <(image_exposed_ports_0 "$container_id")
## Checking direct connection
timeout=30
timeout=120
start=$SECONDS
while true; do
if err=$(echo "$check_command" | ddb 2>&1 >/dev/null); then