Skip to content

Commit

Permalink
puppeteer disable timeout option
Browse files Browse the repository at this point in the history
  • Loading branch information
phfaist committed Feb 21, 2025
1 parent 4b98539 commit 5204cc7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions jscomponents/codegraph/headlessGraphExporter.js
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,7 @@ export class CodeGraphSvgExporter
`--no-sandbox`,
`--disable-setuid-sandbox`,
],
timeout: 0,
});
this.page = await this.browser.newPage();

Expand Down

0 comments on commit 5204cc7

Please sign in to comment.