Browse Source

+-1000 +-1000 = +-2000

increasing the interval
pull/4/head
Harish Krishna 10 years ago
parent
commit
1e406c88c0
  1. 2
      test/ciao/suggest/success.coffee

2
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
Loading…
Cancel
Save