summaryrefslogtreecommitdiff
path: root/jest.config.integration.js
diff options
context:
space:
mode:
Diffstat (limited to 'jest.config.integration.js')
-rw-r--r--jest.config.integration.js4
1 files changed, 3 insertions, 1 deletions
diff --git a/jest.config.integration.js b/jest.config.integration.js
index e2ce32218e0..0693a500990 100644
--- a/jest.config.integration.js
+++ b/jest.config.integration.js
@@ -24,6 +24,8 @@ module.exports = {
'^jh_else_ce_test_helpers(/.*)$': '<rootDir>/jh/spec/frontend_integration/test_helpers$1',
},
}),
- timers: 'real',
+ fakeTimers: {
+ enableGlobally: false,
+ },
testTimeout: process.env.CI ? 20000 : 7000,
};