mirror of https://github.com/webpack/webpack.git
increase test timeout
This commit is contained in:
parent
9fc25896ee
commit
beadd8e14f
|
@ -122,7 +122,6 @@ describe("TestCases", function() {
|
||||||
}).forEach(function(testName) {
|
}).forEach(function(testName) {
|
||||||
var suite = describe(testName, function() {});
|
var suite = describe(testName, function() {});
|
||||||
it(testName + " should compile", function(done) {
|
it(testName + " should compile", function(done) {
|
||||||
this.timeout(10000);
|
|
||||||
var testDirectory = path.join(casesPath, category.name, testName);
|
var testDirectory = path.join(casesPath, category.name, testName);
|
||||||
var outputDirectory = path.join(__dirname, "js", config.name, category.name, testName);
|
var outputDirectory = path.join(__dirname, "js", config.name, category.name, testName);
|
||||||
var options = {
|
var options = {
|
||||||
|
|
Loading…
Reference in New Issue