increase delay for timeout in test

This commit is contained in:
Brian 2015-03-11 15:38:19 +00:00
parent 080f33335a
commit 31f6013172

View file

@ -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()