We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5256897 commit 8076b72Copy full SHA for 8076b72
jest.config.js
@@ -4,5 +4,5 @@ module.exports = {
4
testEnvironment: "node",
5
coveragePathIgnorePatterns: ["./dist/*"],
6
maxWorkers: 5,
7
- testTimeout: 10000,
+ testTimeout: 30000,
8
};
0 commit comments