Skip to content

Commit

Permalink
Increase memory
Browse files Browse the repository at this point in the history
  • Loading branch information
mxiao-cll committed Nov 19, 2024
1 parent 858f851 commit 632f920
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@
"lint-fix": "eslint --max-warnings=0 --fix . && prettier --write ./src/**/*.ts ./test/**/*.ts ./*.{json,js,yaml}",
"lint": "eslint --max-warnings=0 . && prettier --check ./src/**/*.ts ./test/**/*.ts ./*.{json,js,yaml}",
"portal-path": "echo \"portal:$(readlink -f ./dist/src)\"",
"test-debug": "EA_HOST=localhost LOG_LEVEL=trace DEBUG=true EA_PORT=0 c8 ava --verbose",
"test": "EA_HOST=localhost LOG_LEVEL=error EA_PORT=0 c8 ava",
"test-debug": "EA_HOST=localhost LOG_LEVEL=trace DEBUG=true EA_PORT=0 NODE_OPTIONS=--max_old_space_size=8192 c8 ava --verbose",
"test": "EA_HOST=localhost LOG_LEVEL=error EA_PORT=0 NODE_OPTIONS=--max_old_space_size=8192 c8 ava",
"verify": "yarn lint && yarn build && yarn build -p ./test/tsconfig.json && yarn test && yarn code-coverage",
"code-coverage": "c8 check-coverage --statements 95 --lines 95 --functions 95 --branches 90"
},
Expand Down Expand Up @@ -77,6 +77,6 @@
"environmentVariables": {
"METRICS_ENABLED": "false"
},
"timeout": "20s"
"timeout": "60s"
}
}

0 comments on commit 632f920

Please sign in to comment.