-
Notifications
You must be signed in to change notification settings - Fork 166
"Unspecified error Waiting for Edge operation to terminate timed out" #1801
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
cc @HeikoKlare , @amartya4256 |
Related to: #1706 In CI runs (at least in GitHub Actions), we face Edge browser initialization randomly taking a long time. For SWT browser tests, the timeout value is currently increased, but for tests in Platform UI that create a browser it is obviously not. |
Do we plan to do something about this in the coming days/weeks? The timeout of 90 seconds (7ad097a) seems to be enough. |
It would be good to do something about this. The timeout of 90 seconds is only applied to SWT browser tests. All other consumers use the default timeout (5 seconds) if not specified otherwise. This results in the posted issue in SWT consumers tests (like in Platform UI but potentially also in other RCP extension or RCP product builds like ours) . |
So what you're saying is:
So we should address point Nr. 2. Correct? |
Well, it would of course be best to address point 1, as it's still questionable that some operations take so long during test execution. |
Windows verification build failed on https://github.com/eclipse-platform/eclipse.platform/actions/runs/13118265699/job/36597841318?pr=1720
The text was updated successfully, but these errors were encountered: