From 419c379c67d20afa7d8c86f0927ce9ef751fcaf9 Mon Sep 17 00:00:00 2001 From: Dan Timoney Date: Wed, 15 Nov 2017 11:42:12 -0500 Subject: 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 --- test/csit/plans/sdnc/healthcheck/setup.sh | 4 ++-- 1 file 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}" -- cgit 1.2.3-korg