Skip to content
This repository was archived by the owner on Jan 19, 2025. It is now read-only.

Commit

Permalink
ci(jest): expand test timeout duration
Browse files Browse the repository at this point in the history
  • Loading branch information
louisgrasset committed Nov 27, 2023
1 parent 43b7e45 commit c6d6a69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion meta/testing/jest.config.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ module.exports = {
rootDir: '../../',
setupFilesAfterEnv: ['<rootDir>/meta/testing/jest.setup.cjs'],
testRegex: '(/__tests__/.*\\.spec)\\.ts?$',
testTimeout: 10000,
testTimeout: 25000,
preset: "ts-jest/presets/default-esm",
verbose: false,
maxWorkers: "50%",
Expand Down

0 comments on commit c6d6a69

Please sign in to comment.