mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
reduce chromium launch timeout to 30 seconds
This commit is contained in:
parent
b6dba11000
commit
f43c48e376
1 changed files with 1 additions and 1 deletions
|
|
@ -126,7 +126,7 @@ const launchBrowser = async () => {
|
|||
},
|
||||
executablePath: process.env.CHROMIUM_PATH,
|
||||
headless: !!process.env.LAUNCH_HEADLESS,
|
||||
timeout: 120000, // 2 minutes
|
||||
timeout: 30_000, // 30 seconds
|
||||
dumpio: true, // show console logs in the terminal
|
||||
})) as Browser
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue