Skip to content

Commit 9172caa

Browse files
committed
Extend mocha default timeout
1 parent 5e08838 commit 9172caa

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.mocharc.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"exit": true,
33
"extension": ["ts", "js"],
4-
"node-option": ["import=tsx"]
4+
"node-option": ["import=tsx"],
5+
"timeout": 5000
56
}

0 commit comments

Comments
 (0)