increase time allowed for exiting ASpellWorker test from 100ms to 1s

This commit is contained in:
Brian 2015-05-20 20:42:49 +01:00
parent 81fb8de1db
commit 9a41def921

View file

@ -63,4 +63,4 @@ describe "ASpell", ->
# or the CI server.
it "should return in reasonable time", () ->
delta = Date.now()-@start
delta.should.be.below(@ASpell.ASPELL_TIMEOUT + 100)
delta.should.be.below(@ASpell.ASPELL_TIMEOUT + 1000)