Reduce number of tested value combination

121 combinations took 2min+
This commit is contained in:
ekrctb 2023-01-17 22:12:06 +09:00
parent 776b6fa2e1
commit e65108533a
1 changed files with 2 additions and 2 deletions

View File

@ -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;