From 0932917f67629d0c463303d01a918ee4f7e03502 Mon Sep 17 00:00:00 2001 From: Athmane Madjoudj Date: Nov 26 2011 20:14:09 +0000 Subject: Try workaround postgresql on slow box --- diff --git a/tests/p_postgresql/1-config-postgresql.sh b/tests/p_postgresql/1-config-postgresql.sh index 9422101..da36ade 100755 --- a/tests/p_postgresql/1-config-postgresql.sh +++ b/tests/p_postgresql/1-config-postgresql.sh @@ -6,6 +6,7 @@ then t_Log "Initialize PostgreSQL DB " service postgresql initdb service postgresql restart + sleep 5 else t_Log "This script is not required for CentOS 5.x" fi