Chore: Remove unapplicable jobs for aai
[ci-management.git] / jjb / integration / netconf-pnp-simulator-verify.sh
index cb265f5..28e8ae3 100644 (file)
@@ -22,8 +22,8 @@ echo "---> netconf-pnp-simulator-verify.sh"
 set -e # Exit with zero only if all commands succeed
 
 DOCKER_COMPOSE_LOG="/tmp/docker-compose.log"
-DOCKER_COMPOSE_LOG_MSG=( "INFO success:" "entered RUNNING state" )
-DOCKER_COMPOSE_SLEEP_INTERVAL=4
+DOCKER_COMPOSE_LOG_MSG=( "success:" "entered RUNNING state" )
+DOCKER_COMPOSE_SLEEP_INTERVAL=60
 
 if [ -z ${NETCONF_SIM_SERVICE_NAME} ];
 then