mirror of https://github.com/webpack/webpack.git
more time for the test (travis mac fails)
This commit is contained in:
parent
14e6caf183
commit
d7e67e462a
|
|
@ -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);
|
||||
});
|
||||
|
|
|
|||
Loading…
Reference in New Issue