X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=jjb%2Fintegration%2Finclude-raw-integration-start-cluster-run-test.sh;h=336c884158ae55db061cb2e580b9f1ecee19ac73;hb=287c386dc0ac3c717c6a4d1da4135afe00c549e9;hp=225dc0f21d71d4cc8c55ae0344e3a1c26109ecdc;hpb=bcb977c6d1e494f4c5ed2053b8efc0b4a8735c40;p=releng%2Fbuilder.git diff --git a/jjb/integration/include-raw-integration-start-cluster-run-test.sh b/jjb/integration/include-raw-integration-start-cluster-run-test.sh index 225dc0f21..336c88415 100644 --- a/jjb/integration/include-raw-integration-start-cluster-run-test.sh +++ b/jjb/integration/include-raw-integration-start-cluster-run-test.sh @@ -67,8 +67,13 @@ do ssh ${!CONTROLLERIP} "bash /tmp/verify-cluster-is-up.sh ${i} ${!CONTROLLERIP}" done -echo "Cool down for 1 min :)..." -sleep 60 +if [ ${CONTROLLERSCOPE} == 'all' ]; then + COOLDOWN_PERIOD="180" +else + COOLDOWN_PERIOD="60" +fi +echo "Cool down for ${COOLDOWN_PERIOD} seconds :)..." +sleep ${COOLDOWN_PERIOD} echo "Changing the testplan path..." cat ${WORKSPACE}/test/csit/testplans/${TESTPLAN} | sed "s:integration:${WORKSPACE}:" > testplan.txt