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