chore(repo): bump jest timeout to mitigate against flaky unit tests (#20394)

This commit is contained in:
Jack Hsu 2023-11-23 12:48:30 -05:00 committed by GitHub
parent f9641081a1
commit db0f65e6a7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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',