mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
Increase timeout on acceptance tests
This commit is contained in:
parent
d6be52af27
commit
29d333ae51
1 changed files with 1 additions and 1 deletions
|
@ -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")
|
||||
|
||||
|
|
Loading…
Reference in a new issue