Increase mocha timeout slightly.

This commit is contained in:
André Cruz
2013-07-18 19:43:21 +01:00
parent e1d77e12b9
commit 7e41cd0d32

View File

@@ -8,7 +8,8 @@ module.exports = function (grunt) {
},
simplemocha: {
options: {
reporter: 'spec'
reporter: 'spec',
timeout: '5000'
},
full: { src: ['test/test.js'] },
short: {