Increase timeout on acceptance tests
This commit is contained in:
@@ -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")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user