more timeout
This commit is contained in:
parent
de3d61e2c8
commit
db69fe0542
1 changed files with 1 additions and 1 deletions
|
|
@ -107,7 +107,7 @@ class LNDErrorManager {
|
|||
this._healthListeners.length = 0
|
||||
this._isCheckingHealth = false
|
||||
}
|
||||
const deadline = Date.now() + 4000
|
||||
const deadline = Date.now() + 10000
|
||||
lightning.getInfo({},{deadline}, callback)
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue