SyntaxFix
Write A Post
Hire A Developer
Questions
If you are using in NodeJS then you can set timeout in package.json
"test": "mocha --timeout 10000"
then you can run using npm like:
npm test