Skip to content

Commit

Permalink
Increased slow timeout for mocha tests
Browse files Browse the repository at this point in the history
  • Loading branch information
timocov committed Oct 2, 2022
1 parent fea202f commit f55b2f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .mocharc.js
Expand Up @@ -7,7 +7,7 @@ const config = {
recursive: true,
diff: true,
timeout: 10000,
slow: 2500,
slow: 5000,
};

if (process.env.TESTS_REPORT_FILE) {
Expand Down

0 comments on commit f55b2f1

Please sign in to comment.