Increase Jest timeout for profiling plugin test

This commit is contained in:
Daniel Ruf 2019-01-02 10:34:41 +01:00
parent ccc7db79ba
commit af01643288
No known key found for this signature in database
GPG Key ID: F1C4F86FD2048661
1 changed files with 2 additions and 0 deletions

View File

@ -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");