Skip to content

Commit ec471bb

Browse files
authored
Merge pull request #44 from jimturnquist/odr-719
Update HWIMO-TEST mocha timeout to 10s.
2 parents 87a19a4 + a5150b9 commit ec471bb

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)