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 18, 2024
1 parent 5db1843 commit 25568a4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,7 @@ private int reportOpenedDescriptors() {
}

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

0 comments on commit 25568a4

Please sign in to comment.