mirror of
https://github.com/bower/bower.git
synced 2026-04-24 03:00:19 -04:00
Increase mocha timeout slightly.
This commit is contained in:
@@ -8,7 +8,8 @@ module.exports = function (grunt) {
|
||||
},
|
||||
simplemocha: {
|
||||
options: {
|
||||
reporter: 'spec'
|
||||
reporter: 'spec',
|
||||
timeout: '5000'
|
||||
},
|
||||
full: { src: ['test/test.js'] },
|
||||
short: {
|
||||
|
||||
Reference in New Issue
Block a user