diff --git a/src/routes.js b/src/routes.js index e4ef8897..0b50fd65 100644 --- a/src/routes.js +++ b/src/routes.js @@ -695,8 +695,8 @@ module.exports = async ( let intervalID = null intervalID = setInterval(() => { - if (tries === 3) { - rej(new Error(`Wallet did not warm up in under 3 seconds.`)) + if (tries === 7) { + rej(new Error(`Wallet did not warm up in under 7 seconds.`)) clearInterval(intervalID) return