diff options
author | Dan Timoney <dtimoney@att.com> | 2017-11-15 11:42:12 -0500 |
---|---|---|
committer | Gary Wu <gary.i.wu@huawei.com> | 2017-11-15 17:29:57 +0000 |
commit | 419c379c67d20afa7d8c86f0927ce9ef751fcaf9 (patch) | |
tree | dba0ee6c7bf53c664ec7bd5913594a3244bb9d7c /test/csit/plans/sdnc | |
parent | ddddf5e5ae5eba4d935ac58a588e8f1636db09d8 (diff) |
Extend timeout
CSIT job works on merge, but fails on daily build - most likely due
to timing issue. Extend existing sleep from 240 secs to 300 secs to
account for this.
Change-Id: I5a6b03e9c3dc92eb658fca2b0e506e508fb60302
Issue-ID: SDNC-198
Signed-off-by: Dan Timoney <dtimoney@att.com>
Diffstat (limited to 'test/csit/plans/sdnc')
-rw-r--r-- | test/csit/plans/sdnc/healthcheck/setup.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/csit/plans/sdnc/healthcheck/setup.sh b/test/csit/plans/sdnc/healthcheck/setup.sh index a49f8bc84..3ffed5d26 100644 --- a/test/csit/plans/sdnc/healthcheck/setup.sh +++ b/test/csit/plans/sdnc/healthcheck/setup.sh @@ -128,8 +128,8 @@ if [ "$num_failed_bundles" -ge 1 ]; then echo " $failed_bundles" fi -# Sleep additional 120 to give application time to finish -sleep 240 +# Sleep additional 5 minutes (300 secs) to give application time to finish +sleep 300 # Pass any variables required by Robot test suites in ROBOT_VARIABLES ROBOT_VARIABLES="-v SCRIPTS:${SCRIPTS}" |