From fc3ca22c342c1dff2de76d092135731b77f14b5c Mon Sep 17 00:00:00 2001 From: Leonardo Arena Date: Fri, 22 Jan 2016 09:12:30 +0000 Subject: main/postgresql-bdr: increase wait time after pgctl exits --- main/postgresql-bdr/postgresql-bdr.initd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'main/postgresql-bdr/postgresql-bdr.initd') 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} \ -- cgit v1.2.3