mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
increase delay for timeout in test
This commit is contained in:
parent
080f33335a
commit
31f6013172
1 changed files with 1 additions and 1 deletions
|
@ -57,5 +57,5 @@ describe "ASpell", ->
|
|||
|
||||
it "should return in reasonable time", (done) ->
|
||||
delta = Date.now()-@start
|
||||
delta.should.be.below(@ASpell.ASPELL_TIMEOUT + 10)
|
||||
delta.should.be.below(@ASpell.ASPELL_TIMEOUT + 100)
|
||||
done()
|
||||
|
|
Loading…
Reference in a new issue