Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test(ci): Exponential backoff when retrying flaky tests.
This patch changes the backoff strategy from `fixed` to `exponential` when a flaky test is retried. The `count` value is also updated to 3. Finally, we try to avoid the thundering herd problems with `jitter = true`.
- Loading branch information