Skip to content
This repository was archived by the owner on Mar 11, 2025. It is now read-only.

Commit 292153a

Browse files
committed
increase mocha timeout
1 parent 9698c2b commit 292153a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

token/js/.mocharc.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
22
"extension": ["ts"],
3-
"node-option": ["experimental-specifier-resolution=node", "loader=ts-node/esm"]
3+
"node-option": ["experimental-specifier-resolution=node", "loader=ts-node/esm"],
4+
"timeout": 5000
45
}

0 commit comments

Comments
 (0)