Skip to content

Commit

Permalink
fix: fixed the timeout on mocha
Browse files Browse the repository at this point in the history
  • Loading branch information
Proximitynow19 committed Jun 15, 2021
1 parent 2346612 commit ca6254b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .mocharc.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
"use strict";

module.exports = {
timeout: 10000,
};
1 change: 0 additions & 1 deletion test/mocha.opts

This file was deleted.

0 comments on commit ca6254b

Please sign in to comment.