From 412aae2567eda26bcec5ca764e96a00dd87ffe7c Mon Sep 17 00:00:00 2001 From: "Xinwei Xiong (cubxxw)" <3293172751nss@gmail.com> Date: Fri, 26 Jan 2024 17:20:46 +0800 Subject: [PATCH] fix: fix openim server deployment --- scripts/install-im-server.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install-im-server.sh b/scripts/install-im-server.sh index 3e7d49107..c1224e30c 100755 --- a/scripts/install-im-server.sh +++ b/scripts/install-im-server.sh @@ -77,7 +77,7 @@ check_containers() { } # Wait for a short period to allow containers to initialize -sleep 30 +sleep 100 ${DOCKER_COMPOSE_COMMAND} ps