mirror of
https://github.com/aljazceru/lightning.git
synced 2025-12-19 15:14:23 +01:00
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:
committed by
Rusty Russell
parent
82ff580a66
commit
c78d7e0f95
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user