From 902698ef5f07d9cbb2c46b3fb28c4d50da39edda Mon Sep 17 00:00:00 2001 From: "Varma, Vikas (vv8305)" Date: Tue, 21 Aug 2018 20:23:50 -0400 Subject: 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) --- test/functest/scripts/start-simulators.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ) -- cgit 1.2.3-korg