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"