Skip to content

Commit

Permalink
[8.11] [Reporting] Add protocolTimeout to screenshotting plugin (#167335
Browse files Browse the repository at this point in the history
) (#169116)

I missed the backport label for #167335
  • Loading branch information
rshen91 authored Oct 17, 2023
1 parent a113951 commit f5bc392
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,7 @@ export class HeadlessChromiumDriverFactory {
TZ: browserTimezone,
},
headless: 'new',
protocolTimeout: 0,
});
} catch (err) {
observer.error(
Expand Down

0 comments on commit f5bc392

Please sign in to comment.