increase timeout page.setContent

This commit is contained in:
Max S 2024-09-30 17:37:15 +02:00
parent 06a802c95c
commit 4fd4dc82a8

View File

@ -43,7 +43,7 @@ export default class AnchoringProofService extends BaseService {
</html> </html>
`; `;
await page.setContent(htmlContent); await page.setContent(htmlContent, { waitUntil: "networkidle0", timeout: 60000 });
await page.addStyleTag({ await page.addStyleTag({
content: ` content: `
@page { @page {