mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-08-28 05:27:24 +00:00
increase max heap size to try and get windows passing in the CI build
This commit is contained in:
parent
c27aa9c370
commit
0c817af055
1 changed files with 1 additions and 1 deletions
|
|
@ -402,7 +402,7 @@
|
|||
"pretest": "npm run compile",
|
||||
"dev": "cd webview-ui && npm run dev",
|
||||
"test": "node scripts/run-tests.js",
|
||||
"test:extension": "node ./node_modules/.bin/jest -w=40% --detectOpenHandles --testTimeout=10000",
|
||||
"test:extension": "node --max-old-space-size=8192 ./node_modules/.bin/jest -w=40% --detectOpenHandles --testTimeout=10000",
|
||||
"test:extension:debug-memory": "node --max-old-space-size=8192 --trace-gc --expose-gc --heap-prof ./node_modules/.bin/jest --runInBand --logHeapUsage --detectOpenHandles --testTimeout=10000",
|
||||
"test:webview": "cd webview-ui && npm run test",
|
||||
"prepare": "husky",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue