Skip to content

Commit

Permalink
Extend mocha default timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
davidjgoss committed Feb 20, 2025
1 parent 5e08838 commit 9172caa
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .mocharc.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"exit": true,
"extension": ["ts", "js"],
"node-option": ["import=tsx"]
"node-option": ["import=tsx"],
"timeout": 5000
}

0 comments on commit 9172caa

Please sign in to comment.