Skip to content
This repository has been archived by the owner on Mar 10, 2020. It is now read-only.

Commit

Permalink
Unskipped the 2000 messages on mongo test
Browse files Browse the repository at this point in the history
The failure on travis may be due to the too short capped collection
size.
  • Loading branch information
mcollina committed Mar 21, 2014
1 parent 91cd7db commit cac6b4c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test/mongo_ascoltatore_spec.js
Expand Up @@ -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;
Expand Down

0 comments on commit cac6b4c

Please sign in to comment.