diff options
author | Gary Wu <gary.i.wu@huawei.com> | 2017-11-14 07:54:25 -0800 |
---|---|---|
committer | Gary Wu <gary.i.wu@huawei.com> | 2017-11-14 07:54:25 -0800 |
commit | 12da0444565d4855e46e7f5c2f722c0715e1c4bc (patch) | |
tree | fae21202dad398abdf5939ec5501c09b0f61b5b2 /test | |
parent | 00c05f6b9d09d719a172b6e943d98116b24aff15 (diff) |
Extend wait time for SDNC to initialize
Change-Id: I15907fafc139062ead415e38a63f67cff0121dae
Issue-ID: SDNC-192
Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
Diffstat (limited to 'test')
-rw-r--r-- | test/csit/plans/sdnc/healthcheck/setup.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/csit/plans/sdnc/healthcheck/setup.sh b/test/csit/plans/sdnc/healthcheck/setup.sh index 78ab579d9..a49f8bc84 100644 --- a/test/csit/plans/sdnc/healthcheck/setup.sh +++ b/test/csit/plans/sdnc/healthcheck/setup.sh @@ -129,7 +129,7 @@ if [ "$num_failed_bundles" -ge 1 ]; then fi # Sleep additional 120 to give application time to finish -sleep 120 +sleep 240 # Pass any variables required by Robot test suites in ROBOT_VARIABLES ROBOT_VARIABLES="-v SCRIPTS:${SCRIPTS}" |