Details
-
Improvement
-
Status: Resolved
-
P2
-
Resolution: Fixed
-
None
Description
This method does a large, potentially unbounded number of concurrent splitting trials. In some circumstances this can lead to very long test runtime or flaky tests (timeouts). It is better to give up after a certain number of trials than have flaky tests.