Merge pull request #8581 from DanielRuf/tests/increase-jest-timeout

Increase Jest timeout for profiling plugin test
This commit is contained in:
Tobias Koppers 2019-01-04 10:14:49 +01:00 committed by GitHub
commit baf0aa1c4e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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");