From 66bd4d1f7061c3d5700d08843462c7a0d0d8be3a Mon Sep 17 00:00:00 2001 From: Gitouche <26656-gitouche@users.noreply.framagit.org> Date: Thu, 10 Aug 2023 23:32:42 +0200 Subject: [PATCH] synapse : wait more --- podman-matrix/10_install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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