Skip to content

Commit e81a2d0

Browse files
committed
increase timeout for test
1 parent 5903cc7 commit e81a2d0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • test/hotCases/chunks/dynamic-system-import

test/hotCases/chunks/dynamic-system-import/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@ it("should import a changed chunk (dynamic import)", function(done) {
1111
chunk2.value.should.be.eql(2);
1212
done();
1313
}).catch(done);
14-
}, 100);
14+
}, 300);
1515
}).catch(done);
1616
});

0 commit comments

Comments
 (0)