From ab0e1f4efead4f4571c070df8f37d2bae5a935ed Mon Sep 17 00:00:00 2001 From: Abhijeet <41686026+abhvsn@users.noreply.github.com> Date: Thu, 24 Oct 2024 18:01:44 +0530 Subject: [PATCH] chore: Update logs --- deploy/docker/fs/opt/appsmith/entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy/docker/fs/opt/appsmith/entrypoint.sh b/deploy/docker/fs/opt/appsmith/entrypoint.sh index 9bff08ca0eb8..a89f36ba5c07 100644 --- a/deploy/docker/fs/opt/appsmith/entrypoint.sh +++ b/deploy/docker/fs/opt/appsmith/entrypoint.sh @@ -472,7 +472,7 @@ create_appsmith_pg_db() { until su postgres -c "env PATH='$PATH' pg_isready -h 127.0.0.1"; do if (( attempt >= max_attempts )); then - echo "Postgres failed to start within 100 seconds." + echo "Postgres failed to start within 300 seconds." return 1 fi tlog "Waiting for Postgres to be ready... Attempt $((++attempt))/$max_attempts"