From 764528b6af2839bb2adb2c9f90ba84d5b205344f Mon Sep 17 00:00:00 2001 From: Victor Seva Date: Mon, 30 Dec 2013 11:44:18 +0100 Subject: [PATCH] MT#5385 wait sometime for monit to restart the services after ngcpcfg apply execution --- run_tests.sh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/run_tests.sh b/run_tests.sh index 0ad1e6bc..0a9e6e69 100755 --- a/run_tests.sh +++ b/run_tests.sh @@ -51,6 +51,11 @@ if [ -z $SKIP ]; then ${BIN_DIR}/config_debug.pl on ${DOMAIN} ngcpcfg apply echo "$(date) - Setting config debug on. Done." + if [ "${PROFILE}" == "PRO" ]; then + echo "$(date) wait for monit to restart services" + sleep 5 + echo "$(date) wait for monit to restart services. Done" + fi fi echo "$(date) - Clean log dir"