Skip to content

Commit 7882b2b

Browse files
adjust test timeout
1 parent df5846a commit 7882b2b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

jest.config.js

+2-1
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,6 @@ module.exports = {
88
"ts",
99
"js",
1010
"tpl"
11-
]
11+
],
12+
testTimeout: 10000
1213
};

0 commit comments

Comments
 (0)