From 46a6c903e194435a15e0b5f7d42f2699bfcf2198 Mon Sep 17 00:00:00 2001 From: Phil Kunz Date: Tue, 12 Jan 2021 15:17:31 +0000 Subject: [PATCH] fix(core): update --- ts/smartssr.classes.smartssr.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ts/smartssr.classes.smartssr.ts b/ts/smartssr.classes.smartssr.ts index 149278e..08b5cfb 100644 --- a/ts/smartssr.classes.smartssr.ts +++ b/ts/smartssr.classes.smartssr.ts @@ -51,7 +51,7 @@ export class SmartSSR { renderTimeMeasurement.start(); await page.goto(urlArg, { waitUntil: 'networkidle2', - timeout: 0 + timeout: 30000 }); let screenshotBuffer: Buffer;