runner load test config

pull/4074/head
John McLear 2020-05-30 18:13:57 +00:00
parent 66aff57d87
commit 04cbebc165
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ sleep 10
echo "Now run the backend tests"
cd etherpad-load-test
npm install
node app.js
node app.js -d 60
# cd src
# npm run test
exit_code=$?