From 31f60131726366bbcfb5befb1fc57d9236781f09 Mon Sep 17 00:00:00 2001 From: Brian Date: Wed, 11 Mar 2015 15:38:19 +0000 Subject: [PATCH] increase delay for timeout in test --- services/spelling/test/unit/coffee/ASpellTests.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()