From eed40a9a417ac6b9bf70d2aa0566e9d825e8156e Mon Sep 17 00:00:00 2001 From: Janus Date: Wed, 21 Feb 2018 00:28:58 +0100 Subject: [PATCH] lightning: ten minute timeout --- lib/commands.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/commands.py b/lib/commands.py index 556430bb..208164e6 100644 --- a/lib/commands.py +++ b/lib/commands.py @@ -707,7 +707,7 @@ class Commands: else: lightningargs = [] lightning.lightningCall(self.wallet.lightning, lcmd)(*lightningargs) - return q.get(block=True, timeout=30) + return q.get(block=True, timeout=600) param_descriptions = { 'privkey': 'Private key. Type \'?\' to get a prompt.',