From c574439ce6f06f57a06e258bc1ba9113009e87c9 Mon Sep 17 00:00:00 2001 From: Bartek Grzybowski Date: Fri, 3 Apr 2020 03:47:09 -0700 Subject: Setup CI gating verify job for pmsh-pnf-sim Change-Id: I9ced0bed26334028b2349e523a15c9dede6ee15e Issue-ID: INT-1508 Signed-off-by: Bartek Grzybowski --- jjb/integration/netconf-pnp-simulator-verify.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'jjb/integration/netconf-pnp-simulator-verify.sh') 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 -- cgit 1.2.3-korg