Skip to content

Commit 58b9a04

Browse files
committed
bigger timeout
1 parent 5258ca2 commit 58b9a04

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

test/HotModuleReplacementPlugin.test.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ var fs = require("fs");
55
var webpack = require("../");
66

77
describe("HotModuleReplacementPlugin", function() {
8+
this.timeout(10000);
89
it("should not have circular hashes but equal if unmodified", function(done) {
910
var entryFile = path.join(__dirname, "js", "entry.js");
1011
var statsFile1 = path.join(__dirname, "js", "HotModuleReplacementPlugin.test.stats1.txt");

0 commit comments

Comments
 (0)