Skip to content

Commit

Permalink
Extend timeout.
Browse files Browse the repository at this point in the history
  • Loading branch information
two-pack committed Jun 28, 2020
1 parent b29501c commit 817500b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ if [ "${DATABASE}" = "postgresql" ]; then
service postgresql start
count=0
until sudo -u postgres psql -U "postgres" -c '\q'; do
if [ ${count} -eq 10 ]; then
if [ ${count} -eq 60 ]; then
echo "Failed to start postgresql."
exit 1
fi
Expand Down

0 comments on commit 817500b

Please sign in to comment.