Skip to content

Commit

Permalink
raise the default timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
jakobgetz committed Dec 1, 2023
1 parent d5752f3 commit 261ea54
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/analyser.cts
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ export default class Analyser {
]
});
this.page = await this.browser.newPage();
this.page.setDefaultTimeout(120000);
const initScript = await this.constructInitScript()

await this.page.addInitScript({ content: initScript })
Expand Down

0 comments on commit 261ea54

Please sign in to comment.