Skip to content

Commit 8138ee9

Browse files
committed
testTimeout: 120 sec
1 parent eac68d8 commit 8138ee9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jest.config.cjs

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@ module.exports = {
1010
moduleNameMapper: {
1111
"@/(.*)$": "<rootDir>/src/$1",
1212
},
13-
testTimeout: 60 * 1000,
13+
testTimeout: 120 * 1000,
1414
globalSetup: "<rootDir>/src/tests/setup.ts",
1515
};

0 commit comments

Comments
 (0)