chore(repo): bump jest timeout to mitigate against flaky unit tests (#20394)
This commit is contained in:
parent
f9641081a1
commit
db0f65e6a7
@ -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',
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user