We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 200ee4d commit 8ca12ecCopy full SHA for 8ca12ec
1 file changed
jest.config.ts
@@ -9,7 +9,7 @@ const config: Config = {
9
moduleFileExtensions: ['ts', 'js', 'json', 'node'],
10
coveragePathIgnorePatterns: ['node_modules', 'testHelpers'],
11
globalSetup: '<rootDir>/test/environment/setup.ts',
12
- testTimeout: 25000,
+ testTimeout: 35000,
13
coverageThreshold: {
14
global: {
15
branches: 90,
0 commit comments