From a5150b9fceea93fa8ccd2371e82d96c5f3719912 Mon Sep 17 00:00:00 2001 From: "Turnquist, James" Date: Sat, 25 Jun 2016 15:01:10 +0000 Subject: [PATCH] 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. --- HWIMO-TEST | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/HWIMO-TEST b/HWIMO-TEST index 192cf49..e7614c6 100755 --- a/HWIMO-TEST +++ b/HWIMO-TEST @@ -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