more time for the test (travis mac fails)

This commit is contained in:
Tobias Koppers 2016-06-22 10:37:14 +02:00
parent 14e6caf183
commit d7e67e462a
1 changed files with 1 additions and 1 deletions

View File

@ -14,6 +14,6 @@ it("should import a changed chunk", function(done) {
chunk2.counter.should.be.eql(0);
done();
}).catch(done);
}, 100);
}, 300);
}).catch(done);
});