Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
racy spec fix: `BackoffOnRestartSupervisor_must_respect_maxNrOfRetrie…
…s_property_of_OneForOneStrategy` (#5442) issue was that using `AutoReset` could cause a race where if the scheduler could reset the count in-flight and throw off the estimates used by the tests. Using a `ManualReset` avoids this issue.
- Loading branch information