diff --git "a/Tests/Regression/Agent/\302\272Bugs.robot" "b/Tests/Regression/Agent/\302\272Bugs.robot" index 28d13e771..8a8bd2648 100644 --- "a/Tests/Regression/Agent/\302\272Bugs.robot" +++ "b/Tests/Regression/Agent/\302\272Bugs.robot" @@ -10,7 +10,7 @@ Issue #171 # ${scenariofile}= Normalize Path ${CURDIR}${/}..${/}..${/}Demo${/}demo.rfs ${scenariofile}= Normalize Path ${CURDIR}${/}testdata${/}Issue-#171${/}Issue171.rfs Log to console ${scenariofile} - @{mngr_options}= Create List -g 3 -s ${scenariofile} -n + @{mngr_options}= Create List -g 1 -s ${scenariofile} -n Run Manager CLI ${mngr_options} Wait For Manager Show Log stdout_manager.txt diff --git a/rfswarm_manager/rfswarm.py b/rfswarm_manager/rfswarm.py index a8e902672..16f4d7f8b 100644 --- a/rfswarm_manager/rfswarm.py +++ b/rfswarm_manager/rfswarm.py @@ -2348,7 +2348,7 @@ def mainloop(self): base.gui.mainloop() while base.run_dbthread: - time.sleep(300) + time.sleep(10) base.debugmsg(5, "mainloop end")