lightning: ten minute timeout

This commit is contained in:
Janus 2018-02-21 00:28:58 +01:00
parent 71153fd087
commit eed40a9a41

View File

@ -707,7 +707,7 @@ class Commands:
else: else:
lightningargs = [] lightningargs = []
lightning.lightningCall(self.wallet.lightning, lcmd)(*lightningargs) lightning.lightningCall(self.wallet.lightning, lcmd)(*lightningargs)
return q.get(block=True, timeout=30) return q.get(block=True, timeout=600)
param_descriptions = { param_descriptions = {
'privkey': 'Private key. Type \'?\' to get a prompt.', 'privkey': 'Private key. Type \'?\' to get a prompt.',