-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Error: [birpc] timeout on calling "onTaskUpdate" is sometimes thrown #4497
Comments
This also happens seemingly randomly when running |
I'm also seeing this regularly in a workspace based setup where multiple browser and non-browser tests are run together. Here, the timeout occurs much more frequently than if we run only the browser tests specifically. |
The hacky workaround here for debugging is to go and edit
|
Same here in a file with 61 tests. Passed locally but failed on CI. |
I have also run into this in CI but not locally. The option workaround I found was to flushPromises |
I could not reproduce this on the latest beta. |
I have not seen this error in quite some time, even with vitest 1.6 |
Last weekly we decided to close the issue if it's not reproducible. Feel free to reopen it if the issue still persists. |
Describe the bug
When running
vitest dev --browser.name=chromium --no-browser.headless
to debug a test and you debug for more than 60s, the browser is closed, you lose the debug session and the Vite process exits withReproduction
System Info
Used Package Manager
npm
Validations
The text was updated successfully, but these errors were encountered: