From 1e406c88c025b809be8d453714669110200c27f7 Mon Sep 17 00:00:00 2001 From: Harish Krishna Date: Wed, 17 Sep 2014 16:47:31 -0400 Subject: [PATCH] +-1000 +-1000 = +-2000 increasing the interval --- test/ciao/suggest/success.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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