Close #1655 PR: extend mocha timeout to 30s for travis..

This commit is contained in:
Paul Irish
2015-01-12 16:02:05 +08:00
committed by Sindre Sorhus
parent 0ce7053598
commit 8db09d2fed

View File

@@ -40,7 +40,7 @@ module.exports = function (grunt) {
command: 'node test/packages.js --force && node test/packages-svn.js --force'
},
cover: {
command: 'STRICT_REQUIRE=1 node node_modules/istanbul/lib/cli.js cover --dir ./test/reports node_modules/mocha/bin/_mocha -- -R dot test/test.js'
command: 'STRICT_REQUIRE=1 node node_modules/istanbul/lib/cli.js cover --dir ./test/reports node_modules/mocha/bin/_mocha -- --timeout 30000 -R dot test/test.js'
},
coveralls: {
command: 'node node_modules/.bin/coveralls < test/reports/lcov.info'