From: Gary Wu Date: Thu, 19 Apr 2018 14:55:59 +0000 (-0700) Subject: Increase timeout for OOM health check X-Git-Tag: sniroemulator-1.0.0~138 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=586e36abcc2c5fa1383b05504a21e2d1425cb41f;p=integration.git Increase timeout for OOM health check Change-Id: Iaec04c20ab8d37480ec597f21cb4b4231cd3b4ec Issue-ID: INT-403 Signed-off-by: Gary Wu --- diff --git a/deployment/heat/onap-oom/scripts/deploy.sh b/deployment/heat/onap-oom/scripts/deploy.sh index c81e65c8b..c49239403 100755 --- a/deployment/heat/onap-oom/scripts/deploy.sh +++ b/deployment/heat/onap-oom/scripts/deploy.sh @@ -38,7 +38,7 @@ fi ssh-keygen -R $K8S_IP for n in $(seq 1 10); do - timeout 2m ssh -o StrictHostKeychecking=no -i ~/.ssh/onap_key ubuntu@$K8S_IP 'sudo su -l root -c "/root/oom/kubernetes/robot/ete-k8s.sh onap health"' + timeout 15m ssh -o StrictHostKeychecking=no -i ~/.ssh/onap_key ubuntu@$K8S_IP 'sudo su -l root -c "/root/oom/kubernetes/robot/ete-k8s.sh onap health"' RESULT=$? if [ $RESULT -eq 0 ]; then break