We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eac68d8 commit 8138ee9Copy full SHA for 8138ee9
jest.config.cjs
@@ -10,6 +10,6 @@ module.exports = {
10
moduleNameMapper: {
11
"@/(.*)$": "<rootDir>/src/$1",
12
},
13
- testTimeout: 60 * 1000,
+ testTimeout: 120 * 1000,
14
globalSetup: "<rootDir>/src/tests/setup.ts",
15
};
0 commit comments