diff --git a/services/web/Gruntfile.coffee b/services/web/Gruntfile.coffee index 0e3329c41f..7c966260e8 100644 --- a/services/web/Gruntfile.coffee +++ b/services/web/Gruntfile.coffee @@ -199,7 +199,7 @@ module.exports = (grunt) -> acceptance: src: ["test/acceptance/js/#{grunt.option('feature') or '**'}/*.js"] options: - timeout: 10000 + timeout: 40000 reporter: grunt.option('reporter') or 'spec' grep: grunt.option("grep")