plugin: Increase manifest timeout to 60 seconds

Valgrind seems to be slowing the pay-plugin down enough for the 10
seconds timeout to get triggered on a semi-regular basis.

Reported-by: Rusty Russell <@rustyrussell>
Signed-off-by: Christian Decker <decker.christian@gmail.com>
This commit is contained in:
Christian Decker
2019-01-20 04:06:03 +01:00
committed by Rusty Russell
parent 82ff580a66
commit c78d7e0f95
2 changed files with 3 additions and 3 deletions

View File

@@ -31,7 +31,7 @@
* hangs we can't do much, so we put an upper bound on the time we're
* willing to wait. Plugins shouldn't do any initialization in the
* `getmanifest` call anyway, that's what `init `is for. */
#define PLUGIN_MANIFEST_TIMEOUT 10
#define PLUGIN_MANIFEST_TIMEOUT 60
struct plugin {
struct list_node list;