diff --git a/podman-matrix/10_install.sh b/podman-matrix/10_install.sh index 3b298cb..e537291 100755 --- a/podman-matrix/10_install.sh +++ b/podman-matrix/10_install.sh @@ -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