diff --git a/services/spelling/test/unit/coffee/ASpellTests.coffee b/services/spelling/test/unit/coffee/ASpellTests.coffee index 4153c5f127..3ad9bd6f11 100644 --- a/services/spelling/test/unit/coffee/ASpellTests.coffee +++ b/services/spelling/test/unit/coffee/ASpellTests.coffee @@ -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()