diff --git a/Gruntfile.js b/Gruntfile.js index 585b3193..cd4ec559 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -8,7 +8,8 @@ module.exports = function (grunt) { }, simplemocha: { options: { - reporter: 'spec' + reporter: 'spec', + timeout: '5000' }, full: { src: ['test/test.js'] }, short: {