Skip to content

Commit

Permalink
chore(repo): bump jest timeout to mitigate against flaky unit tests (n…
Browse files Browse the repository at this point in the history
  • Loading branch information
jaysoo authored Nov 23, 2023
1 parent f964108 commit db0f65e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jest.preset.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ const nxPreset = require('@nx/jest/preset').default;

module.exports = {
...nxPreset,
testTimeout: 30000,
testTimeout: 35000,
testMatch: ['**/+(*.)+(spec|test).+(ts|js)?(x)'],
transform: {
'^.+\\.(ts|js|html)$': 'ts-jest',
Expand Down

0 comments on commit db0f65e

Please sign in to comment.