This is an automated email from the ASF dual-hosted git repository.

rusackas pushed a commit to branch replace-jest-enzyme
in repository https://gitbox.apache.org/repos/asf/superset.git

commit 854f8b33b5196a04172586ca9ac242b2e47be7b5
Author: Evan Rusackas <[email protected]>
AuthorDate: Fri Feb 7 18:42:42 2025 -0700

    use more resources!
---
 superset-frontend/package.json | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/superset-frontend/package.json b/superset-frontend/package.json
index 1d074fdaab..cabe8d125b 100644
--- a/superset-frontend/package.json
+++ b/superset-frontend/package.json
@@ -68,8 +68,8 @@
     "prod": "npm run build",
     "prune": "rm -rf 
./{packages,plugins}/*/{node_modules,lib,esm,tsconfig.tsbuildinfo,package-lock.json}
 ./.temp_cache",
     "storybook": "cross-env NODE_ENV=development BABEL_ENV=development 
storybook dev -p 6006",
-    "tdd": "cross-env NODE_ENV=test NODE_OPTIONS=\"--max-old-space-size=4096\" 
jest --watch",
-    "test": "cross-env NODE_ENV=test 
NODE_OPTIONS=\"--max-old-space-size=4096\" jest --max-workers=30% --silent",
+    "tdd": "cross-env NODE_ENV=test NODE_OPTIONS=\"--max-old-space-size=8192\" 
jest --watch",
+    "test": "cross-env NODE_ENV=test 
NODE_OPTIONS=\"--max-old-space-size=8192\" jest --max-workers=80% --silent",
     "type": "tsc --noEmit",
     "update-maps": "jupyter nbconvert --to notebook --execute --inplace 
'plugins/legacy-plugin-chart-country-map/scripts/Country Map GeoJSON 
Generator.ipynb' -Xfrozen_modules=off",
     "validate-release": "../RELEASING/validate_this_release.sh"

Reply via email to