Browse Source

chg: [compose-core] updated timeout for sql connection from 30s to 120s.

Signed-off-by: Valentin Lab <valentin.lab@kalysto.org>
master
Valentin Lab 3 years ago
parent
commit
6ddb0bc120
  1. 2
      bin/compose-core

2
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

Loading…
Cancel
Save