Skip to content

Commit

Permalink
test: retry the tests 3 times before failing
Browse files Browse the repository at this point in the history
  • Loading branch information
aminya authored Dec 30, 2024
1 parent 905b4ae commit 0496792
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .mocharc.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ const config = {
"v8-expose-gc": true,
exit: true,
parallel: true,
timeout: 5000,
retries: 1,
timeout: 6000,
retries: 3,
fullTrace: true,
bail: false,
}
Expand Down

0 comments on commit 0496792

Please sign in to comment.