diff --git a/libs/axl/axel.py b/libs/axl/axel.py index 0ab8ce3..86921a9 100644 --- a/libs/axl/axel.py +++ b/libs/axl/axel.py @@ -179,7 +179,7 @@ class Event(object): """ Executes all handlers stored in the queue """ while True: try: - h_ = self.queue.get() + h_ = self.queue.get(timeout = 2) handler, memoize, timeout = self.handlers[h_] if self.lock and self.in_order: