-
Notifications
You must be signed in to change notification settings - Fork 18
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
Windows CI timeouts with Electron 30 #600
Comments
Settled on Turborepo, removing the debug logging helped but the issue remains. Occasionally it will pass but mostly it just times out. I tried a lot of things, nothing worked, so we're sticking with the Electron downgrade - now applies to Windows only. |
Seeing as this doesn't occur on Windows locally, I think this is another instance of actions/runner-images#7320, with the newer Electron versions being just slow enough to trigger timeouts on CI. New workaround: split the E2Es and run them on separate Windows runners. |
After upgrading to Electron 30 we get timeouts on the E2Es running only on Windows CI. The timeouts don't seem to be linked to a specific test, indicating some type of memory leak.
After a fair bit of investigation, they don't appear to be linked to either
electron-builder
or Forge. We are currently working around this by downgrading the E2E and example app versions of Electron to 29.x.y only on Windows.The text was updated successfully, but these errors were encountered: