lightning: 30 sec command timeout

This commit is contained in:
Janus 2018-02-12 14:53:31 +01:00
parent 53bc89fb96
commit 6154e93222

View File

@ -703,7 +703,7 @@ class Commands:
newResult = FakeQtSignal()
self.wallet.lightning.setConsole(MyConsole())
lightning.lightningCall(self.wallet.lightning, lcmd)(*args)
return q.get(block=True, timeout=10)
return q.get(block=True, timeout=30)
param_descriptions = {
'privkey': 'Private key. Type \'?\' to get a prompt.',