Skip to content

Commit b62584b

Browse files
committed
Jest: update timeout
1 parent 2c2105c commit b62584b

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
@@ -9,5 +9,6 @@ module.exports = {
99
"/errors/",
1010
"/dist/",
1111
"/node_modules/",
12-
]
12+
],
13+
testTimeout: 10000
1314
}

0 commit comments

Comments
 (0)