mirror of
https://github.com/YunoHost/moulinette.git
synced 2024-09-03 20:06:31 +02:00
[mod] increase cli timeout
This commit is contained in:
parent
b5fda77b17
commit
efb481bda6
1 changed files with 1 additions and 1 deletions
|
@ -349,7 +349,7 @@ class Interface(BaseInterface):
|
|||
lambda a,h: a(password=password))
|
||||
|
||||
try:
|
||||
ret = self.actionsmap.process(args, timeout=5)
|
||||
ret = self.actionsmap.process(args, timeout=30)
|
||||
except KeyboardInterrupt, EOFError:
|
||||
raise MoulinetteError(errno.EINTR, m18n.g('operation_interrupted'))
|
||||
|
||||
|
|
Loading…
Reference in a new issue