From f0c7244266a28715f1151caebbd66e5cbea315d8 Mon Sep 17 00:00:00 2001 From: rjawor Date: Wed, 16 Dec 2015 13:30:03 +0100 Subject: [PATCH] longer wait for pgbouncer --- upstart/cmake_stubs/pgbouncer.conf.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/upstart/cmake_stubs/pgbouncer.conf.in b/upstart/cmake_stubs/pgbouncer.conf.in index 0224a49..db80af8 100644 --- a/upstart/cmake_stubs/pgbouncer.conf.in +++ b/upstart/cmake_stubs/pgbouncer.conf.in @@ -16,5 +16,5 @@ expect fork script exec pgbouncer -u @UNIX_USER@ @concordia-server_SOURCE_DIR@/db/pgbouncer.ini & - sleep 4 + sleep 6 end script