Augment proof timeout
This commit is contained in:
parent
e060adbdd4
commit
c981b447b6
@ -43,7 +43,7 @@ export default class AnchoringProofService extends BaseService {
|
|||||||
</html>
|
</html>
|
||||||
`;
|
`;
|
||||||
|
|
||||||
await page.setContent(htmlContent, { waitUntil: "networkidle0", timeout: 60000 });
|
await page.setContent(htmlContent, { waitUntil: "networkidle0", timeout: 1200000 });
|
||||||
await page.addStyleTag({
|
await page.addStyleTag({
|
||||||
content: `
|
content: `
|
||||||
@page {
|
@page {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user