Skip to content

Commit

Permalink
docs(docs): clarify caution in the retries
Browse files Browse the repository at this point in the history
Closes #760
  • Loading branch information
Malinskiy committed Nov 14, 2023
1 parent 723bd40 commit 3239e47
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docs/runner/configuration/retries.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ This is the logic that kicks in if preventive retries facilitated by flakiness c
:::caution

Retries from this configuration are added in-flight, i.e. after the tests were actually executed, hence
there is no way to parallelize test run. This will significantly affect the performance
there is no way to parallelize test run to achieve maximum utilization of devices. This will significantly affect the performance of the
test run.

:::

Expand Down Expand Up @@ -49,7 +50,7 @@ marathon {

### Fixed quota retry strategy

Parameter **totalAllowedRetryQuota** below specifies how many retries at all (for all the tests is total) are allowed.
Parameter **totalAllowedRetryQuota** below specifies how many retries at all (for all the tests is total) are allowed.

Parameter **retryPerTestQuota** controls how many retries can be done for each test individually.

Expand Down

0 comments on commit 3239e47

Please sign in to comment.