synapse : wait more
This commit is contained in:
parent
20f3512ef2
commit
66bd4d1f70
|
@ -40,7 +40,7 @@ fi
|
||||||
podman image pull ${postgres_image}:${postgres_version} &&
|
podman image pull ${postgres_image}:${postgres_version} &&
|
||||||
podman-compose --pod-args="--infra=true --infra-name=${project_name}_infra --share=" --podman-run-args "--requires=${project_name}_infra --env-file .env" up -d &&
|
podman-compose --pod-args="--infra=true --infra-name=${project_name}_infra --share=" --podman-run-args "--requires=${project_name}_infra --env-file .env" up -d &&
|
||||||
|
|
||||||
end=$((SECONDS+30))
|
end=$((SECONDS+120))
|
||||||
while [ $SECONDS -lt $end ]; do
|
while [ $SECONDS -lt $end ]; do
|
||||||
sleep 1
|
sleep 1
|
||||||
if check_container_running synapse; then
|
if check_container_running synapse; then
|
||||||
|
|
Loading…
Reference in a new issue