fix: stress-test on virgin servers

This commit is contained in:
Sérgio Salgado 2021-01-27 18:34:28 +00:00 committed by Josh Harvey
parent 2894ed5efd
commit 8b53644f14
3 changed files with 9 additions and 1 deletions

View file

@ -116,7 +116,7 @@
"admin-server": "nodemon bin/lamassu-admin-server --dev",
"graphql-server": "nodemon bin/new-graphql-dev-insecure",
"watch": "concurrently \"npm:server\" \"npm:admin-server\" \"npm:graphql-server\"",
"stress-test": "cd ./test/stress/ && node index.js 50 -v"
"stress-test": "cd ./test/stress/ && node index.js 5 -v"
},
"nodemonConfig": {
"ignore": [