mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
Increase timeout for test.
This commit is contained in:
parent
0a5f95f22d
commit
4c0dc5a0ef
1 changed files with 1 additions and 1 deletions
|
@ -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()
|
||||
|
|
Loading…
Reference in a new issue