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