chore: Increase jest timeout

This commit is contained in:
Joachim Van Herwegen 2024-08-07 08:53:38 +02:00
parent b93aa31c93
commit e15c59c157

View File

@ -70,7 +70,7 @@ module.exports = {
'^jose/(.*)$': '<rootDir>/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(),