Skip to content

Commit a4f56c3

Browse files
committed
Increase mocha's timeout to 20s
1 parent b9304ed commit a4f56c3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
]
5555
},
5656
"mocha": {
57-
"timeout": 10000,
57+
"timeout": 20000,
5858
"check-leaks": true,
5959
"throw-deprecation": true,
6060
"trace-deprecation": true,

0 commit comments

Comments
 (0)