You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: tests/org.eclipse.swt.tests/JUnit Tests/org/eclipse/swt/tests/junit/Test_org_eclipse_swt_browser_Browser.java
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -302,7 +302,7 @@ private int reportOpenedDescriptors() {
302
302
}
303
303
304
304
privateBrowsercreateBrowser(Shells, intflags) {
305
-
longmaximumBrowserCreationMilliseconds = 90_000;
305
+
longmaximumBrowserCreationMilliseconds = 10_000;
306
306
longcreateStartTime = System.currentTimeMillis();
307
307
Browserb = newBrowser(s, flags);
308
308
// Wait for asynchronous initialization via getting URL
0 commit comments