Fixing functional test cases
[optf/osdf.git] / test / functest / scripts / start-simulators.sh
index b8b5719..a3f3db1 100755 (executable)
@@ -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
 )