mirror of
https://github.com/orangecoding/fredy.git
synced 2026-06-16 12:31:07 +00:00
improve default puppeteer timeout
This commit is contained in:
@@ -50,7 +50,7 @@ export async function launchBrowser(url, options) {
|
|||||||
const browser = await puppeteer.launch({
|
const browser = await puppeteer.launch({
|
||||||
headless: options?.puppeteerHeadless ?? true,
|
headless: options?.puppeteerHeadless ?? true,
|
||||||
args: launchArgs,
|
args: launchArgs,
|
||||||
timeout: options?.puppeteerTimeout || 30_000,
|
timeout: options?.puppeteerTimeout || 45_000,
|
||||||
userDataDir,
|
userDataDir,
|
||||||
executablePath: options?.executablePath,
|
executablePath: options?.executablePath,
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user