-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
[Bug?]: Timeouts when using PnP with ESM on Node <=16.14 #4157
Comments
Can you please provide a repository which exhibits the behavior? |
I have fixed the issue adding the option |
I think I am also seeing the same issue on the rollup-terser-plugin, which utilizes jest workers as well... hmm |
Does it work if you either disable esm support in your yarnrc, or upgrade to the very latest Node 16.x release? |
Yes! It works for me either disabling esm support in my yarmrc or upgrading to the latest Node (v16.14.0 from v16.2.0) |
Then it's caused by nodejs/node#41134 More details in this other thread: vercel/next.js#34688 (comment) (not related to Next.js, just discussion occurred there). |
To have it written in this issue as well: |
Will this be fixed in 14 LTS ? |
I don't know, this is the wrong place to ask. |
Fair enough, thanks |
Self-service
Describe the bug
Running jest tests in CI always timeout (10 minutes) with yarn 3.2.0, running with 3.1.1 and earlier versions it finishes in less than 10 seconds.
To reproduce
yarn jest
Environment
Additional context
No response
The text was updated successfully, but these errors were encountered: