increase time allowed for exiting ASpellWorker test from 100ms to 1s
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user