From 9a41def9214b51f39e4cc1add9fa11dfc865ae68 Mon Sep 17 00:00:00 2001 From: Brian Date: Wed, 20 May 2015 20:42:49 +0100 Subject: [PATCH] increase time allowed for exiting ASpellWorker test from 100ms to 1s --- 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 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)