We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5903cc7 commit e81a2d0Copy full SHA for e81a2d0
1 file changed
test/hotCases/chunks/dynamic-system-import/index.js
@@ -11,6 +11,6 @@ it("should import a changed chunk (dynamic import)", function(done) {
11
chunk2.value.should.be.eql(2);
12
done();
13
}).catch(done);
14
- }, 100);
+ }, 300);
15
16
});
0 commit comments