Skip to content

Commit

Permalink
Update HWIMO-TEST mocha timeout to 10s.
Browse files Browse the repository at this point in the history
This is necessary for some build machines where dependency
loading is too slow to stay under the 2s per test timeout.
  • Loading branch information
jimturnquist committed Jun 25, 2016
1 parent 87a19a4 commit a5150b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion HWIMO-TEST
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ npm install


# Runs the mocha tests and reports the code coerage.
./node_modules/.bin/istanbul cover -x "**/spec/**" ./node_modules/.bin/_mocha -- $(find spec -name '*-spec.js') -R xunit-file --require spec/helper.js
./node_modules/.bin/istanbul cover -x "**/spec/**" ./node_modules/.bin/_mocha -- $(find spec -name '*-spec.js') --timeout 10000 -R xunit-file --require spec/helper.js
./node_modules/.bin/istanbul report cobertura

0 comments on commit a5150b9

Please sign in to comment.