Skip to content

Commit a5150b9

Browse files
committedJun 25, 2016
Update HWIMO-TEST mocha timeout to 10s.
This is necessary for some build machines where dependency loading is too slow to stay under the 2s per test timeout.
1 parent 87a19a4 commit a5150b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎HWIMO-TEST

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@ npm install
1414

1515

1616
# Runs the mocha tests and reports the code coerage.
17-
./node_modules/.bin/istanbul cover -x "**/spec/**" ./node_modules/.bin/_mocha -- $(find spec -name '*-spec.js') -R xunit-file --require spec/helper.js
17+
./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
1818
./node_modules/.bin/istanbul report cobertura
1919

0 commit comments

Comments
 (0)
Please sign in to comment.