From f27f4c412ff313a05dfaeb7a63414df879248893 Mon Sep 17 00:00:00 2001 From: Kaarle Ritvanen Date: Fri, 5 Feb 2016 20:52:52 +0200 Subject: main/postgresql-bdr: increase wait interval --- 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 fc355ce44f..673cd7b2af 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 2000 \ + --wait 5000 \ --exec /usr/bin/pg_ctl \ -- \ start -s -w -t ${START_TIMEOUT:-10} \ -- cgit v1.2.3