hainenber commented on code in PR #29118:
URL: https://github.com/apache/superset/pull/29118#discussion_r1638421700
##########
superset-frontend/package.json:
##########
@@ -67,7 +67,8 @@
"prune": "rm -rf
./{packages,plugins}/*/{lib,esm,tsconfig.tsbuildinfo,package-lock.json}",
"storybook": "cross-env NODE_ENV=development BABEL_ENV=development
storybook dev -p 6006",
"tdd": "cross-env NODE_ENV=test jest --watch",
- "test": "cross-env NODE_ENV=test jest",
+ "test": "cross-env NODE_ENV=test jest --max-workers=50%",
+ "test:ci": "cross-env NODE_ENV=test jest",
Review Comment:
It's N=1 but I've got the above case. Not sure if it's due to Jest upgrade
or not (my hunch saying yes)
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]