increase test timeout

This commit is contained in:
Tobias Koppers 2018-11-05 06:46:46 +01:00
parent 6be1411838
commit e35d08471f
1 changed files with 1 additions and 0 deletions

View File

@ -5,6 +5,7 @@ const path = require("path");
const webpack = require("../lib/webpack");
describe("NodeTemplatePlugin", () => {
jest.setTimeout(20000);
it("should compile and run a simple module", done => {
webpack(
{