diff --git a/jest.config.js b/jest.config.js index 44c4397c2..01ed3984c 100644 --- a/jest.config.js +++ b/jest.config.js @@ -26,5 +26,6 @@ module.exports = { "lines": 100, "statements": 100 } - } + }, + "testTimeout": 10000, // Slower machines had problems calling the WebSocket integration callbacks on time };