mirror of
https://github.com/overleaf/overleaf.git
synced 2025-02-23 14:32:17 +00:00
increase time allowed for exiting ASpellWorker test from 100ms to 1s
This commit is contained in:
parent
81fb8de1db
commit
9a41def921
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue