We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e3ab09e commit 242bb79Copy full SHA for 242bb79
.mocharc.js
@@ -14,7 +14,7 @@
14
const config = {
15
"enable-source-maps": true,
16
"throw-deprecation": true,
17
- "timeout": 100000000,
+ "timeout": 10000,
18
"recursive": true
19
}
20
if (process.env.MOCHA_THROW_DEPRECATION === 'false') {
0 commit comments