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
This issue was closed because it has been stalled for 7 days with no activity. Please open a new issue if the issue is still relevant, linking to this one.
This issue was closed because it has been stalled for 7 days with no activity. Please open a new issue if the issue is still relevant, linking to this one.
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.
Please note this issue tracker is not a help forum. We recommend using StackOverflow or our discord channel for questions.
π Feature Proposal
There is a problem with jest in docker with cpu limits nodejs/node#28762
Motivation
nodejs/node#28762 β this problem leads to very long (or even never) task completion.
Example
There are three options could be done:
JEST_MAX_WORKERS=3 npx jest
Pitch
Because you provide the default value of https://jestjs.io/docs/cli#--maxworkersnumstring
The text was updated successfully, but these errors were encountered: