diff --git a/jest.config.js b/jest.config.js index 8aa7e84f2..9a1666bd8 100644 --- a/jest.config.js +++ b/jest.config.js @@ -70,7 +70,7 @@ module.exports = { '^jose/(.*)$': '/node_modules/jose/dist/node/cjs/$1', }, // Slower machines had problems calling the WebSocket integration callbacks on time - testTimeout: 60000, + testTimeout: 90000, reporters: ci ? [ 'default', 'github-actions' ] : [ 'default' ], ...ci && jestGithubRunnerSpecs(),