Increase sleep time for has simulator 93/61693/1
authorVarma, Vikas (vv8305) <vv8305@us.att.com>
Wed, 22 Aug 2018 00:23:50 +0000 (20:23 -0400)
committerVarma, Vikas (vv8305) <vv8305@att.com>
Wed, 22 Aug 2018 00:34:00 +0000 (20:34 -0400)
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) <vv8305@att.com>
test/functest/scripts/start-simulators.sh

index 11767e0..75209f6 100755 (executable)
@@ -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
 )