mirror of
https://github.com/ppy/osu.git
synced 2024-12-14 05:32:54 +08:00
Reduce number of tested value combination
121 combinations took 2min+
This commit is contained in:
parent
776b6fa2e1
commit
e65108533a
@ -31,9 +31,9 @@ namespace osu.Game.Rulesets.Osu.Tests
|
||||
|
||||
[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
Block a user