Skip to content

Commit

Permalink
increase test timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
sokra committed Nov 5, 2018
1 parent 6be1411 commit e35d084
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/NodeTemplatePlugin.test.js
Expand Up @@ -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(
{
Expand Down

0 comments on commit e35d084

Please sign in to comment.