From 4a0db12c2b00b114835ed1d07b8951e9259acc51 Mon Sep 17 00:00:00 2001 From: ful1e5 <24286590+ful1e5@users.noreply.github.com> Date: Thu, 20 Aug 2020 10:32:08 +0530 Subject: [PATCH] =?UTF-8?q?=E2=8F=B0=20Puppeteer=20timeout=20increased?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/common/src/render.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/common/src/render.ts b/packages/common/src/render.ts index f3ba0846..d1639fc4 100644 --- a/packages/common/src/render.ts +++ b/packages/common/src/render.ts @@ -45,6 +45,7 @@ export const renderCursors = async ({ }: Config) => { const browser = await puppeteer.launch({ ignoreDefaultArgs: [" --single-process ", "--no-sandbox"], + timeout:10000, headless: true }); try {