This commit is contained in:
hatim boufnichel 2024-04-25 19:39:46 +02:00
parent a87cb4ab2c
commit d3ca8f6d2d

View file

@ -26,5 +26,5 @@ export const setupNetwork = async () => {
await new Promise(resolve => setTimeout(resolve, 1000)) await new Promise(resolve => setTimeout(resolve, 1000))
} }
} }
throw new Error("lnd is not ready after 10 seconds") throw new Error("lnd is not ready after 30 seconds")
} }