We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 87a19a4 + a5150b9 commit ec471bbCopy full SHA for ec471bb
HWIMO-TEST
@@ -14,6 +14,6 @@ npm install
14
15
16
# 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
+./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
18
./node_modules/.bin/istanbul report cobertura
19
0 commit comments