summaryrefslogtreecommitdiffstats
path: root/jjb/integration/netconf-pnp-simulator-verify.sh
diff options
context:
space:
mode:
Diffstat (limited to 'jjb/integration/netconf-pnp-simulator-verify.sh')
-rw-r--r--jjb/integration/netconf-pnp-simulator-verify.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/jjb/integration/netconf-pnp-simulator-verify.sh b/jjb/integration/netconf-pnp-simulator-verify.sh
index cb265f5ca..28d2d1cef 100644
--- a/jjb/integration/netconf-pnp-simulator-verify.sh
+++ b/jjb/integration/netconf-pnp-simulator-verify.sh
@@ -23,7 +23,7 @@ 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_SLEEP_INTERVAL=60
if [ -z ${NETCONF_SIM_SERVICE_NAME} ];
then