Skip to content

Commit 0c817af

Browse files
increase max heap size to try and get windows passing in the CI build
1 parent c27aa9c commit 0c817af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -402,7 +402,7 @@
402402
"pretest": "npm run compile",
403403
"dev": "cd webview-ui && npm run dev",
404404
"test": "node scripts/run-tests.js",
405-
"test:extension": "node ./node_modules/.bin/jest -w=40% --detectOpenHandles --testTimeout=10000",
405+
"test:extension": "node --max-old-space-size=8192 ./node_modules/.bin/jest -w=40% --detectOpenHandles --testTimeout=10000",
406406
"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",
407407
"test:webview": "cd webview-ui && npm run test",
408408
"prepare": "husky",

0 commit comments

Comments
 (0)