Increase timeout for test.

This commit is contained in:
Shane Kilkelly 2016-07-08 16:05:36 +01:00
parent 0a5f95f22d
commit 4c0dc5a0ef

View file

@ -210,7 +210,7 @@ describe "Applying updates to a doc", ->
throw error if error?
DocUpdaterClient.sendUpdates @project_id, @doc_id, updates, (error) =>
throw error if error?
setTimeout done, 1000
setTimeout done, 2000
after ->
MockTrackChangesApi.flushDoc.restore()