diff options
author | eh552t <eh552t@intl.att.com> | 2019-04-09 17:12:03 +0200 |
---|---|---|
committer | eh552t <eh552t@intl.att.com> | 2019-04-09 17:12:13 +0200 |
commit | 5f539dc25002074b22bb417efa0f6f5c43e089b6 (patch) | |
tree | 975e8414ed69b34e004656c549d678b6a59e4318 /scripts/clamp/start_clamp_containers.sh | |
parent | c257e7baca0f1f9d5f50ec82c7421ef780fc8b84 (diff) |
Reworked CSIT for Dublin part1
Change-Id: I3fd53deb61a8ba1c8f6bc68c60f2122e2e0cfb79
Signed-off-by: eh552t <eh552t@intl.att.com>
Issue-ID: CLAMP-276
Diffstat (limited to 'scripts/clamp/start_clamp_containers.sh')
-rwxr-xr-x | scripts/clamp/start_clamp_containers.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/clamp/start_clamp_containers.sh b/scripts/clamp/start_clamp_containers.sh index 8da83405..443c9fa0 100755 --- a/scripts/clamp/start_clamp_containers.sh +++ b/scripts/clamp/start_clamp_containers.sh @@ -49,5 +49,5 @@ if [ "$TIME" -ge "$TIME_OUT" ]; then exit 1; fi -sleep 30 +sleep 20 |