Skip to content

Commit

Permalink
Enable retries for flakes
Browse files Browse the repository at this point in the history
  • Loading branch information
sourishkrout committed Jan 16, 2024
1 parent 1972f80 commit bb0d7a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/wdio.conf.ts
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ export const config: Options.Testrunner = {
framework: 'mocha',
//
// The number of times to retry the entire specfile when it fails as a whole
// specFileRetries: 1,
specFileRetries: 2,
//
// Delay in seconds between the spec file retry attempts
// specFileRetriesDelay: 0,
Expand Down

0 comments on commit bb0d7a2

Please sign in to comment.