Skip to content

Commit b61d853

Browse files
authored
test: Make jest timeout to 360000
1 parent 86f7a52 commit b61d853

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
},
4242
"jest": {
4343
"rootDir": "./test/jest",
44-
"testTimeout": 60000
44+
"testTimeout": 360000
4545
},
4646
"files": [
4747
"cmds",

0 commit comments

Comments
 (0)