Skip to content

Commit e61b91d

Browse files
author
ionut.stan
committed
Reduced memory limit for tests.
1 parent 1d84de9 commit e61b91d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
"version": "3.2.3",
55
"scripts": {
66
"build": "node build.js",
7-
"test": "node --expose-gc --max-old-space-size=3072 tests/main.js",
8-
"benchmark": "node --expose-gc --max-old-space-size=3072 tests/benchmark.js",
7+
"test": "node --expose-gc --max-old-space-size=1024 tests/main.js",
8+
"benchmark": "node --expose-gc --max-old-space-size=1024 tests/benchmark.js",
99
"lint": "eslint src tests --quiet"
1010
},
1111
"repository": {

0 commit comments

Comments
 (0)