lightning: 30 sec command timeout
This commit is contained in:
parent
53bc89fb96
commit
6154e93222
@ -703,7 +703,7 @@ class Commands:
|
|||||||
newResult = FakeQtSignal()
|
newResult = FakeQtSignal()
|
||||||
self.wallet.lightning.setConsole(MyConsole())
|
self.wallet.lightning.setConsole(MyConsole())
|
||||||
lightning.lightningCall(self.wallet.lightning, lcmd)(*args)
|
lightning.lightningCall(self.wallet.lightning, lcmd)(*args)
|
||||||
return q.get(block=True, timeout=10)
|
return q.get(block=True, timeout=30)
|
||||||
|
|
||||||
param_descriptions = {
|
param_descriptions = {
|
||||||
'privkey': 'Private key. Type \'?\' to get a prompt.',
|
'privkey': 'Private key. Type \'?\' to get a prompt.',
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user