From cac6b4c0c23c741dba1a7baa996a003aee41756d Mon Sep 17 00:00:00 2001 From: Matteo Collina Date: Fri, 21 Mar 2014 20:27:49 +0100 Subject: [PATCH] Unskipped the 2000 messages on mongo test The failure on travis may be due to the too short capped collection size. --- test/mongo_ascoltatore_spec.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/test/mongo_ascoltatore_spec.js b/test/mongo_ascoltatore_spec.js index 4e4f648..8eeaf0f 100644 --- a/test/mongo_ascoltatore_spec.js +++ b/test/mongo_ascoltatore_spec.js @@ -44,8 +44,7 @@ describe("ascoltatori.MongoAscoltatore", function() { }.bind(this)); }); - // skipped as Travis is too slow - it.skip("should publish 2000 messages without skipping one", function(done) { + it("should publish 2000 messages without skipping one", function(done) { var that = this; var count = 0; var max = 2000;