mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-31 21:01:33 +02:00
increase delay for timeout in test
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user