Skip to content

Commit

Permalink
test: retry flaky tests + add more timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
aminya committed Oct 22, 2024
1 parent b02d478 commit d97be9b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .mocharc.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ const config = {
"v8-expose-gc": true,
exit: true,
parallel: true,
timeout: 10000,
retries: 3,
}

module.exports = config

0 comments on commit d97be9b

Please sign in to comment.