Skip to content

Commit 25568a4

Browse files
committed
Increase max time to create Edge browser in tests.
Fixes #1676
1 parent 5db1843 commit 25568a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/org.eclipse.swt.tests/JUnit Tests/org/eclipse/swt/tests/junit/Test_org_eclipse_swt_browser_Browser.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -301,7 +301,7 @@ private int reportOpenedDescriptors() {
301301
}
302302

303303
private Browser createBrowser(Shell s, int flags) {
304-
long maximumBrowserCreationMilliseconds = 10_000;
304+
long maximumBrowserCreationMilliseconds = 45_000;
305305
long createStartTime = System.currentTimeMillis();
306306
Browser b = new Browser(s, flags);
307307
// Wait for asynchronous initialization via getting URL

0 commit comments

Comments
 (0)