mirror of
https://github.com/aljazceru/lightning.git
synced 2025-12-19 23:24:27 +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
@@ -9,8 +9,8 @@ import time
|
||||
|
||||
|
||||
def json_getmanifest(request):
|
||||
# Timeout is 10 seconds, so wait 11
|
||||
time.sleep(11)
|
||||
# Timeout is 60 seconds, so wait 11
|
||||
time.sleep(61)
|
||||
return {
|
||||
"options": [
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user