Skip to content
Snippets Groups Projects
Commit 2e2f7342 authored by David Trattnig's avatar David Trattnig
Browse files

Reduce sleep time. #41

parent 2156d573
No related branches found
No related tags found
No related merge requests found
......@@ -248,7 +248,7 @@ class EngineExecutor(Timer):
if self.parent_timer and self.parent_timer.is_alive():
while(self.parent_timer.is_alive()):
self.logger.info(f"Timer '{self.timer_id}' is waiting for parent timer '{self.parent_timer.timer_id}' to finish")
time.sleep(0.2)
time.sleep(0.1)
def exec_now(self):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment