mirror of
https://github.com/matrix-org/matrix-rust-sdk.git
synced 2026-05-08 16:04:13 -04:00
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`.