Skip to content

Commit 8076b72

Browse files
committed
fix: test timeout
1 parent 5256897 commit 8076b72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jest.config.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ module.exports = {
44
testEnvironment: "node",
55
coveragePathIgnorePatterns: ["./dist/*"],
66
maxWorkers: 5,
7-
testTimeout: 10000,
7+
testTimeout: 30000,
88
};

0 commit comments

Comments
 (0)