mirror of https://github.com/webpack/webpack.git
Merge pull request #8581 from DanielRuf/tests/increase-jest-timeout
Increase Jest timeout for profiling plugin test
This commit is contained in:
commit
baf0aa1c4e
|
|
@ -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");
|
||||
|
|
|
|||
Loading…
Reference in New Issue