We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4aef23f commit 56eee01Copy full SHA for 56eee01
jest.config.js
@@ -5,5 +5,5 @@ module.exports = {
5
roots: ["src"],
6
testMatch: ["**/*.test.js"],
7
testPathIgnorePatterns: ["/node_modules/"],
8
- testTimeout: 120 * 1000,
+ testTimeout: 60 * 1000,
9
};
0 commit comments