Remove stage timeout
This commit is contained in:
parent
160cd82889
commit
efd872babb
1 changed files with 1 additions and 1 deletions
|
|
@ -11,7 +11,7 @@ class BaseStage(metaclass=ABCMeta):
|
|||
"""
|
||||
|
||||
def __init__(self):
|
||||
self.lock = StrictLock(timeout=5)
|
||||
self.lock = StrictLock(name="Stage")
|
||||
|
||||
@abstractmethod
|
||||
def update_settings(self, config: dict):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue