mirror of https://github.com/ppy/osu
Reduce number of tested value combination
121 combinations took 2min+
This commit is contained in:
parent
776b6fa2e1
commit
e65108533a
|
@ -31,9 +31,9 @@ public partial class TestSceneSliderFollowCircleInput : RateAdjustedBeatmapTestS
|
|||
|
||||
[Test]
|
||||
public void TestMaximumDistanceTrackingWithoutMovement(
|
||||
[Values(0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10)]
|
||||
[Values(0, 5, 10)]
|
||||
float circleSize,
|
||||
[Values(0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10)]
|
||||
[Values(0, 5, 10)]
|
||||
double velocity)
|
||||
{
|
||||
const double time_slider_start = 1000;
|
||||
|
|
Loading…
Reference in New Issue