mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
Increase timeout on test?
This commit is contained in:
parent
080b482e51
commit
e8a8c446ed
1 changed files with 1 additions and 0 deletions
|
@ -81,6 +81,7 @@ describe "Applying updates to a doc", ->
|
|||
|
||||
describe "when sending another update", ->
|
||||
before (done) ->
|
||||
@timeout = 10000
|
||||
@second_update = Object.create(@update)
|
||||
@second_update.v = @version + 1
|
||||
DocUpdaterClient.sendUpdate @project_id, @doc_id, @second_update, (error) ->
|
||||
|
|
Loading…
Reference in a new issue