mirror of
https://github.com/overleaf/overleaf.git
synced 2025-01-11 20:01:16 +00:00
timeout does not need async test here
This commit is contained in:
parent
da7250c6f2
commit
6e0d72a3b1
1 changed files with 1 additions and 2 deletions
|
@ -61,7 +61,6 @@ describe "ASpell", ->
|
|||
# Note that this test fails on OS X, due to differing pipe behaviour
|
||||
# on killing the child process. It can be tested successfully on Travis
|
||||
# or the CI server.
|
||||
it "should return in reasonable time", (done) ->
|
||||
it "should return in reasonable time", () ->
|
||||
delta = Date.now()-@start
|
||||
delta.should.be.below(@ASpell.ASPELL_TIMEOUT + 100)
|
||||
done()
|
||||
|
|
Loading…
Reference in a new issue