1
0
mirror of https://github.com/oceanprotocol/commons.git synced 2023-03-15 18:03:00 +01:00

inc memory limit

This commit is contained in:
Jernej Pregelj 2019-06-20 10:19:00 +02:00
parent 0cba776f02
commit 932b7b858b
2 changed files with 2 additions and 2 deletions

View File

@ -21,7 +21,7 @@
"lint": "npm run lint:js && npm run lint:css",
"release": "release-it --non-interactive",
"changelog": "auto-changelog -p",
"cypress:run": "cypress run",
"cypress:run": "cypress run --max_old_space_size=4096",
"cypress:open": "cypress open"
},
"dependencies": {

View File

@ -12,5 +12,5 @@ do
done
echo "Running End-to-End tests"
df -h
npm run test:e2e