Extend timeout 43/23643/2
authorDan Timoney <dtimoney@att.com>
Wed, 15 Nov 2017 16:42:12 +0000 (11:42 -0500)
committerGary Wu <gary.i.wu@huawei.com>
Wed, 15 Nov 2017 17:29:57 +0000 (17:29 +0000)
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>
test/csit/plans/sdnc/healthcheck/setup.sh

index a49f8bc..3ffed5d 100644 (file)
@@ -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}"