Skip to content

Commit

Permalink
add automatic retries to mocha setup
Browse files Browse the repository at this point in the history
  • Loading branch information
Hweinstock committed Nov 13, 2024
1 parent b753e82 commit 39fc629
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/core/src/test/testRunner.ts
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ export async function runTests(
mochaFile: outputFile,
},
},
retries: 3, // runs a max of 4 times (3 retries + original)
timeout: 0,
})

Expand Down

0 comments on commit 39fc629

Please sign in to comment.