Skip to content

Commit

Permalink
even more delay since travis-ci is becoming slower
Browse files Browse the repository at this point in the history
  • Loading branch information
hunterlong committed Mar 5, 2019
1 parent 378c407 commit bc86b0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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 --delay-request 500
sleep 300 && newman run source/tmpl/postman.json -e dev/postman_environment.json --delay-request 500

# report coverage to Coveralls
coverage:
Expand Down

0 comments on commit bc86b0e

Please sign in to comment.