mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-05 12:21:31 +08:00
feat: longer closing puppeteer page time
This commit is contained in:
@@ -19,7 +19,7 @@ module.exports = async () => {
|
|||||||
}
|
}
|
||||||
setTimeout(async () => {
|
setTimeout(async () => {
|
||||||
browser.close();
|
browser.close();
|
||||||
}, 10000);
|
}, 30000);
|
||||||
|
|
||||||
return browser;
|
return browser;
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user