diff --git a/jest.config.js b/jest.config.js index 3e618e4..1871518 100644 --- a/jest.config.js +++ b/jest.config.js @@ -158,6 +158,8 @@ module.exports = { // This option sets the URL for the jsdom environment. It is reflected in properties such as location.href // testURL: "http://localhost", + testTimeout: 20000, + // Setting this value to "fake" allows the use of fake timers for functions such as "setTimeout" // timers: "real",