mirror of https://github.com/webpack/webpack.git
increase timeout for test
This commit is contained in:
parent
5903cc7b0b
commit
e81a2d0d57
|
|
@ -11,6 +11,6 @@ it("should import a changed chunk (dynamic import)", function(done) {
|
|||
chunk2.value.should.be.eql(2);
|
||||
done();
|
||||
}).catch(done);
|
||||
}, 100);
|
||||
}, 300);
|
||||
}).catch(done);
|
||||
});
|
||||
|
|
|
|||
Loading…
Reference in New Issue