fix: Tests timeout on slower machines

This commit is contained in:
Matthieu Bosquet
2021-07-14 09:01:50 +01:00
committed by Ruben Verborgh
parent 77f8e79bc2
commit a07ea5e8b1

View File

@@ -26,5 +26,5 @@ module.exports = {
'^jose/(.*)$': '<rootDir>/node_modules/jose/dist/node/cjs/$1',
},
// Slower machines had problems calling the WebSocket integration callbacks on time
testTimeout: 15000,
testTimeout: 60000,
};