Skip to content

Commit

Permalink
increase Jest tests timeout (via #890)
Browse files Browse the repository at this point in the history
  • Loading branch information
epszaw authored Feb 28, 2024
1 parent 8843baf commit 40c2b44
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/allure-jest/jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ const config = {
preset: "ts-jest",
testRunner: "jest-circus/runner",
testEnvironment: require.resolve("allure-jest/node"),
testTimeout: 10000,
};

module.exports = config;

0 comments on commit 40c2b44

Please sign in to comment.