diff --git a/Gruntfile.js b/Gruntfile.js index 06f551b..5ec2329 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -38,7 +38,8 @@ module.exports = function (grunt) { functional: { src: ['test/functional/**/*.js'], options: { - reporter: 'spec' + reporter: 'spec', + timeout: 4000 } } }, @@ -113,4 +114,4 @@ module.exports = function (grunt) { grunt.registerTask('default', ['compile', 'lint', 'test']); grunt.registerTask('ci', ['lint', 'test']); -}; \ No newline at end of file +};