Skip to content

Commit

Permalink
Merge pull request #8581 from DanielRuf/tests/increase-jest-timeout
Browse files Browse the repository at this point in the history
Increase Jest timeout for profiling plugin test
  • Loading branch information
sokra committed Jan 4, 2019
2 parents ccc7db7 + af01643 commit baf0aa1
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 baf0aa1

Please sign in to comment.