increase timeout for test

This commit is contained in:
Tobias Koppers 2016-06-24 01:52:01 +02:00
parent 5903cc7b0b
commit e81a2d0d57
1 changed files with 1 additions and 1 deletions

View File

@ -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);
});