Skip to content

Commit

Permalink
Increase max time to create Edge browser in tests.
Browse files Browse the repository at this point in the history
Fixes #1676
  • Loading branch information
fedejeanne committed Dec 20, 2024
1 parent d26d0e3 commit 639969b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,7 @@ private int reportOpenedDescriptors() {
}

private Browser createBrowser(Shell s, int flags) {
long maximumBrowserCreationMilliseconds = 10_000;
long maximumBrowserCreationMilliseconds = 90_000;
long createStartTime = System.currentTimeMillis();
Browser b = new Browser(s, flags);
// Wait for asynchronous initialization via getting URL
Expand Down

0 comments on commit 639969b

Please sign in to comment.