Increase timeout on acceptance tests

This commit is contained in:
Shane Kilkelly 2016-07-28 14:50:08 +01:00
parent d6be52af27
commit 29d333ae51

View file

@ -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")