From: Varma, Vikas (vv8305) Date: Wed, 22 Aug 2018 00:23:50 +0000 (-0400) Subject: Increase sleep time for has simulator X-Git-Tag: 1.2.1~9 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=902698ef5f07d9cbb2c46b3fb28c4d50da39edda;p=optf%2Fosdf.git Increase sleep time for has simulator The functional tests are failing, because the simulators are not up and running when the test cases are running. Change-Id: I2a487cc05ae8e1b366640afbdcb40bce8fa5d89a Issue-ID: OPTFRA-321 Signed-off-by: Varma, Vikas (vv8305) --- diff --git a/test/functest/scripts/start-simulators.sh b/test/functest/scripts/start-simulators.sh index 11767e0..75209f6 100755 --- a/test/functest/scripts/start-simulators.sh +++ b/test/functest/scripts/start-simulators.sh @@ -42,7 +42,7 @@ SIMULATORS_DIR=$FUNC_TEST_DIR/simulators XPID=$(ps -x | grep "python oof_dependencies_simulators.py" | grep -v grep | awk '{print $1}') if [ -z "$XPID" ]; then python oof_dependencies_simulators.py > simulator-logs 2>&1 & - sleep 5 + sleep 20 fi )