Skip to content

Commit

Permalink
increase timeout for ProgressPlugin test
Browse files Browse the repository at this point in the history
  • Loading branch information
yujunjung committed Aug 16, 2021
1 parent f52adf3 commit 2bad4c7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/ProgressPlugin.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ const RunCompilerAsync = compiler =>
});

describe("ProgressPlugin", function () {
jest.setTimeout(10000);
let stderr;
let stdout;

Expand Down

0 comments on commit 2bad4c7

Please sign in to comment.