From 032826f947147dc9d0c5a763bcea173e995acdfb Mon Sep 17 00:00:00 2001 From: "Varma, Vikas (vv8305)" Date: Mon, 27 Aug 2018 15:58:57 -0400 Subject: Fixing functional test cases Change-Id: I752e465f8f8a83cf5e18d300ff7aeb2e1b8de3c5 Signed-off-by: Varma, Vikas (vv8305) Issue-ID: OPTFRA-321 Signed-off-by: Varma, Vikas (vv8305) --- test/functest/scripts/start-simulators.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test/functest/scripts/start-simulators.sh') diff --git a/test/functest/scripts/start-simulators.sh b/test/functest/scripts/start-simulators.sh index b8b5719..a3f3db1 100755 --- a/test/functest/scripts/start-simulators.sh +++ b/test/functest/scripts/start-simulators.sh @@ -42,8 +42,8 @@ SIMULATORS_DIR=$FUNC_TEST_DIR/simulators XPID=$(ps -x | grep "python oof_dependencies_simulators.py" | grep -v grep | awk '{print $1}') echo "simulator pid " $XPID if [ -z "$XPID" ]; then - python oof_dependencies_simulators.py & # > simulator-logs 2>&1 & - sleep 20 + python oof_dependencies_simulators.py > simulator-logs 2>&1 & + sleep 10 fi ) -- cgit 1.2.3-korg