Puppeteer timeout increased

This commit is contained in:
ful1e5 2020-08-20 10:32:08 +05:30
parent beb6005b0f
commit 4a0db12c2b

View file

@ -45,6 +45,7 @@ export const renderCursors = async ({
}: Config) => {
const browser = await puppeteer.launch({
ignoreDefaultArgs: [" --single-process ", "--no-sandbox"],
timeout:10000,
headless: true
});
try {