From 6ddb0bc120217f4216deafb30d4979923bffa2ca Mon Sep 17 00:00:00 2001 From: Valentin Lab Date: Thu, 28 Jan 2021 18:59:53 +0100 Subject: [PATCH] chg: [compose-core] updated timeout for sql connection from 30s to 120s. Signed-off-by: Valentin Lab --- bin/compose-core | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/compose-core b/bin/compose-core index 7738575..1b0af8f 100755 --- a/bin/compose-core +++ b/bin/compose-core @@ -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