Skip to content

Commit

Permalink
fix(ChromeConductor): increase defaultNavigationTimeout
Browse files Browse the repository at this point in the history
  • Loading branch information
ph-fritsche committed Dec 5, 2022
1 parent b27b914 commit 3f183ec
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/conductor/ChromeTestConductor.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ export class ChromeTestConductor extends TestConductor {
name: string,
) {
const page = await (await this.browser).newPage()
page.setDefaultNavigationTimeout(600000)

const callbackId = makeId(6)

Expand Down

0 comments on commit 3f183ec

Please sign in to comment.