Increase timeout on test?

This commit is contained in:
Shane Kilkelly 2019-06-19 11:34:38 +01:00
parent 080b482e51
commit e8a8c446ed

View file

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