mirror of
https://github.com/CommunitySolidServer/CommunitySolidServer.git
synced 2024-10-03 14:55:10 +00:00
chore: Increase jest timeout
This commit is contained in:
parent
b93aa31c93
commit
e15c59c157
@ -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(),
|
||||
|
Loading…
x
Reference in New Issue
Block a user