diff --git a/jest.config.mjs b/jest.config.mjs index 527e8db..2564465 100644 --- a/jest.config.mjs +++ b/jest.config.mjs @@ -4,6 +4,8 @@ */ export default { + testTimeout: 15 * 1000, + // All imported modules in your tests should be mocked automatically // automock: false,