diff --git a/osu.Desktop.VisualTests/Tests/TestCaseTaikoPlayfield.cs b/osu.Desktop.VisualTests/Tests/TestCaseTaikoPlayfield.cs index b61ada57a3..787bca5832 100644 --- a/osu.Desktop.VisualTests/Tests/TestCaseTaikoPlayfield.cs +++ b/osu.Desktop.VisualTests/Tests/TestCaseTaikoPlayfield.cs @@ -42,7 +42,7 @@ namespace osu.Desktop.VisualTests.Tests Score = score, TimeOffset = 0, ComboAtHit = 1, - SecondHit = RNG.Next(2) == 0 + SecondHit = RNG.Next(10) == 0 } }); }