postman update

pull/116/head
Hunter Long 2018-12-10 00:09:19 -08:00
parent eff1529e9d
commit af17ab147f
1 changed files with 1 additions and 1 deletions

View File

@ -90,7 +90,7 @@ test: clean compile install build-plugin
test-api:
DB_CONN=sqlite DB_HOST=localhost DB_DATABASE=sqlite DB_PASS=none DB_USER=none statping &
sleep 15 && newman run source/tmpl/postman.json -e dev/postman_environment.json
sleep 15 && newman run source/tmpl/postman.json -e dev/postman_environment.json --delay-request 500
# report coverage to Coveralls
coverage: