diff --git a/test/ciao/suggest/success.coffee b/test/ciao/suggest/success.coffee index b5a58c44..33f4f221 100644 --- a/test/ciao/suggest/success.coffee +++ b/test/ciao/suggest/success.coffee @@ -10,6 +10,6 @@ now = new Date().getTime() should.exist json should.not.exist json.error should.exist json.date -json.date.should.be.within now-1000, now+1000 +json.date.should.be.within now-2000, now+2000 should.exist json.body json.body.should.be.instanceof Array \ No newline at end of file