Skip to content

Commit e38e2d5

Browse files
committed
more test timeout, updated plugin version
1 parent 7d7a16f commit e38e2d5

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"express": "~4.13.1",
4040
"extract-text-webpack-plugin": "~2.0.0-beta.0",
4141
"file-loader": "~0.8.0",
42-
"i18n-webpack-plugin": "~0.2.0",
42+
"i18n-webpack-plugin": "^0.3.0",
4343
"istanbul": "^0.4.1",
4444
"jade": "^1.11.0",
4545
"jade-loader": "~0.8.0",

test/Examples.test.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ describe("Examples", function() {
1313

1414
examples.forEach(function(examplePath) {
1515
it("should compile " + path.basename(examplePath), function(done) {
16+
this.timeout(20000);
1617
var options = {};
1718
var webpackConfigPath = path.join(examplePath, "webpack.config.js");
1819
webpackConfigPath = webpackConfigPath.substr(0, 1).toUpperCase() + webpackConfigPath.substr(1);

0 commit comments

Comments
 (0)