aboutsummaryrefslogtreecommitdiffstats
path: root/main/postgresql-bdr/postgresql-bdr.initd
diff options
context:
space:
mode:
authorLeonardo Arena <rnalrd@alpinelinux.org>2016-01-22 09:12:30 +0000
committerLeonardo Arena <rnalrd@alpinelinux.org>2016-01-22 09:15:08 +0000
commitfc3ca22c342c1dff2de76d092135731b77f14b5c (patch)
treee78d66213f0d5a3ab74d61a78db8a8f0b804e3ee /main/postgresql-bdr/postgresql-bdr.initd
parent4db7f43ccbee6cb768d873c7a3bdcdc88dbf5b32 (diff)
downloadaports-fc3ca22c342c1dff2de76d092135731b77f14b5c.tar.bz2
aports-fc3ca22c342c1dff2de76d092135731b77f14b5c.tar.xz
main/postgresql-bdr: increase wait time after pgctl exits
Diffstat (limited to 'main/postgresql-bdr/postgresql-bdr.initd')
-rw-r--r--main/postgresql-bdr/postgresql-bdr.initd2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/postgresql-bdr/postgresql-bdr.initd b/main/postgresql-bdr/postgresql-bdr.initd
index b89fe9c78d..e195b97c8a 100644
--- a/main/postgresql-bdr/postgresql-bdr.initd
+++ b/main/postgresql-bdr/postgresql-bdr.initd
@@ -60,7 +60,7 @@ start() {
--env "PGPORT=${configured_port}" \
${extraenv} \
--pidfile ${PGDATA}/postmaster.pid \
- --wait 100 \
+ --wait 500 \
--exec /usr/bin/pg_ctl \
-- \
start -s -w -t ${START_TIMEOUT:-10} \