From 1a34ccb9010ed4248b62634985fff4b8445a1ccc Mon Sep 17 00:00:00 2001 From: ful1e5 <24286590+ful1e5@users.noreply.github.com> Date: Thu, 20 Aug 2020 10:59:47 +0530 Subject: [PATCH] =?UTF-8?q?=E2=8F=B0=20remove=20timeout?= 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 deletion(-) diff --git a/packages/common/src/render.ts b/packages/common/src/render.ts index d1639fc4..f3ba0846 100644 --- a/packages/common/src/render.ts +++ b/packages/common/src/render.ts @@ -45,7 +45,6 @@ export const renderCursors = async ({ }: Config) => { const browser = await puppeteer.launch({ ignoreDefaultArgs: [" --single-process ", "--no-sandbox"], - timeout:10000, headless: true }); try {