synapse : wait more

This commit is contained in:
Gitouche 2023-08-10 23:32:42 +02:00
parent 20f3512ef2
commit 66bd4d1f70
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ fi
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 &&
end=$((SECONDS+30))
end=$((SECONDS+120))
while [ $SECONDS -lt $end ]; do
sleep 1
if check_container_running synapse; then