From c981b447b672dd323adcd71fdb682a4033d3574d Mon Sep 17 00:00:00 2001 From: Vins Date: Thu, 17 Oct 2024 14:51:53 +0200 Subject: [PATCH] Augment proof timeout --- .../common/AnchoringProofService/AnchoringProofService.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/services/common/AnchoringProofService/AnchoringProofService.ts b/src/services/common/AnchoringProofService/AnchoringProofService.ts index 04395f5e..6e0dd4cb 100644 --- a/src/services/common/AnchoringProofService/AnchoringProofService.ts +++ b/src/services/common/AnchoringProofService/AnchoringProofService.ts @@ -43,7 +43,7 @@ export default class AnchoringProofService extends BaseService { `; - await page.setContent(htmlContent, { waitUntil: "networkidle0", timeout: 60000 }); + await page.setContent(htmlContent, { waitUntil: "networkidle0", timeout: 1200000 }); await page.addStyleTag({ content: ` @page {