mirror of
https://github.com/bower/bower.git
synced 2026-04-24 03:00:19 -04:00
Close #1655 PR: extend mocha timeout to 30s for travis..
This commit is contained in:
committed by
Sindre Sorhus
parent
0ce7053598
commit
8db09d2fed
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user