And add the longer timeout to Travis, too…

This commit is contained in:
Sulka Haro
2017-08-29 23:18:00 +03:00
parent 0b64d3f4ef
commit caae86111b
+2 -2
View File
@@ -41,11 +41,11 @@ report:
YOURPACKAGE_COVERAGE=1 ./node_modules/codacy-coverage/bin/codacy-coverage.js) || echo "NO COVERAGE"
test:
${MONGO_SETTINGS} ${MOCHA} -R tap ${TESTS}
${MONGO_SETTINGS} ${MOCHA} -t 30000 -R tap ${TESTS}
travis:
NODE_ENV=test ${MONGO_SETTINGS} \
${ISTANBUL} cover ${MOCHA} --report lcovonly -- -R tap ${TESTS}
${ISTANBUL} cover ${MOCHA} -t 30000 --report lcovonly -- -R tap ${TESTS}
docker_release:
# Get the version from the package.json file