diff options
Diffstat (limited to 'main/postgresql-bdr/postgresql-bdr.initd')
-rw-r--r-- | main/postgresql-bdr/postgresql-bdr.initd | 2 |
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} \ |