diff --git a/jest.config.js b/jest.config.js index 1a6f4287e8..3c486abc1e 100644 --- a/jest.config.js +++ b/jest.config.js @@ -41,5 +41,5 @@ module.exports = { testEnvironmentOptions: { url: 'http://localhost/', }, - testTimeout: 20000, + testTimeout: 35000, };