mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
allow flush to complete in acceptance test
This commit is contained in:
parent
b7f3b848af
commit
0f0682df43
1 changed files with 1 additions and 1 deletions
|
@ -148,7 +148,7 @@ describe "Deleting a project", ->
|
|||
# after deleting the project and putting it in the queue, flush the queue
|
||||
setTimeout () ->
|
||||
DocUpdaterClient.flushOldProjects (error, res, body) =>
|
||||
done()
|
||||
setTimeout done, 1000 # allow time for the flush to complete
|
||||
, 100
|
||||
, 200
|
||||
|
||||
|
|
Loading…
Reference in a new issue