Skip to content

Commit 56eee01

Browse files
committed
testTimeout
1 parent 4aef23f commit 56eee01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jest.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ module.exports = {
55
roots: ["src"],
66
testMatch: ["**/*.test.js"],
77
testPathIgnorePatterns: ["/node_modules/"],
8-
testTimeout: 120 * 1000,
8+
testTimeout: 60 * 1000,
99
};

0 commit comments

Comments
 (0)