diff --git a/lib/utils/puppeteer.js b/lib/utils/puppeteer.js index b9ba585117..939cea37bd 100644 --- a/lib/utils/puppeteer.js +++ b/lib/utils/puppeteer.js @@ -19,7 +19,7 @@ module.exports = async () => { } setTimeout(async () => { browser.close(); - }, 10000); + }, 30000); return browser; };