We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 87a19a4 commit a5150b9Copy full SHA for a5150b9
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