diff options
author | Tal Gitelman <tg851x@intl.att.com> | 2017-10-03 15:02:40 +0300 |
---|---|---|
committer | Tal Gitelman <tg851x@intl.att.com> | 2017-10-03 15:02:40 +0300 |
commit | 76d7498cfb6a1b463f5f6ff179a198bce7749adb (patch) | |
tree | b8a93a330aaf45a0f51d6abcd654302e85ea9937 /sdc-os-chef/scripts | |
parent | 1aaa2c9a76f80a5e10438aaa5aaab40db27ecdaf (diff) |
ONAP normative fixes
Change-Id: Ia70f81f6b0b352a75b66bc85f8402ee424ae6424
Issue-ID: SDC-410
Signed-off-by: Tal Gitelman <tg851x@intl.att.com>
Diffstat (limited to 'sdc-os-chef/scripts')
-rwxr-xr-x | sdc-os-chef/scripts/docker_run.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sdc-os-chef/scripts/docker_run.sh b/sdc-os-chef/scripts/docker_run.sh index d645f94b93..02eff2375f 100755 --- a/sdc-os-chef/scripts/docker_run.sh +++ b/sdc-os-chef/scripts/docker_run.sh @@ -147,7 +147,7 @@ docker run --detach --name sdc-FE --env HOST_IP=${IP} --env ENVNAME="${DEP_ENV}" # running healthCheck scripts echo "Running health checks, please wait..." echo "" -c=25 # seconds to wait +c=30 # seconds to wait REWRITE="\e[45D\e[1A\e[K" while [ $c -gt 0 ]; do c=$((c-1)) |