Skip to content

Commit

Permalink
Increase Jest timeout for profiling plugin test
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Ruf committed Jan 2, 2019
1 parent ccc7db7 commit af01643
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/ProfilingPlugin.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ const webpack = require("../");
const rimraf = require("rimraf");

describe("Profiling Plugin", function() {
jest.setTimeout(15000);

it("should handle output path with folder creation", done => {
const finalPath = "test/js/profilingPath/events.json";
const outputPath = path.join(__dirname, "/js/profilingPath");
Expand Down

0 comments on commit af01643

Please sign in to comment.