Skip to content

Commit af01643

Browse files
author
Daniel Ruf
committed
Increase Jest timeout for profiling plugin test
1 parent ccc7db7 commit af01643

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/ProfilingPlugin.test.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ const webpack = require("../");
66
const rimraf = require("rimraf");
77

88
describe("Profiling Plugin", function() {
9+
jest.setTimeout(15000);
10+
911
it("should handle output path with folder creation", done => {
1012
const finalPath = "test/js/profilingPath/events.json";
1113
const outputPath = path.join(__dirname, "/js/profilingPath");

0 commit comments

Comments
 (0)