mirror of
https://github.com/ful1e5/Bibata_Cursor.git
synced 2025-05-31 07:08:28 -04:00
⏰ Puppeteer timeout increased
This commit is contained in:
parent
beb6005b0f
commit
4a0db12c2b
1 changed files with 1 additions and 0 deletions
|
@ -45,6 +45,7 @@ export const renderCursors = async ({
|
||||||
}: Config) => {
|
}: Config) => {
|
||||||
const browser = await puppeteer.launch({
|
const browser = await puppeteer.launch({
|
||||||
ignoreDefaultArgs: [" --single-process ", "--no-sandbox"],
|
ignoreDefaultArgs: [" --single-process ", "--no-sandbox"],
|
||||||
|
timeout:10000,
|
||||||
headless: true
|
headless: true
|
||||||
});
|
});
|
||||||
try {
|
try {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue