Skip to content

Commit 779569a

Browse files
committed
update timeout
1 parent 3066697 commit 779569a

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

.mocharc.json

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
{
2-
"extension": ["ts"],
2+
"extension": [
3+
"ts"
4+
],
35
"spec": "itest/**/*.ts",
4-
"require": ["ts-node/register"],
5-
"timeout": 600000
6-
}
6+
"require": [
7+
"ts-node/register"
8+
],
9+
"timeout": 1000000
10+
}

0 commit comments

Comments
 (0)