diff --git a/services/spelling/test/unit/coffee/ASpellTests.coffee b/services/spelling/test/unit/coffee/ASpellTests.coffee index c7426c74cf..742a5aadbb 100644 --- a/services/spelling/test/unit/coffee/ASpellTests.coffee +++ b/services/spelling/test/unit/coffee/ASpellTests.coffee @@ -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)