diff --git a/osu.Game.Tests/Visual/TestCasePollingComponent.cs b/osu.Game.Tests/Visual/TestCasePollingComponent.cs index 3f999f2b89..b4b9d465e5 100644 --- a/osu.Game.Tests/Visual/TestCasePollingComponent.cs +++ b/osu.Game.Tests/Visual/TestCasePollingComponent.cs @@ -122,7 +122,7 @@ namespace osu.Game.Tests.Visual }; }); - protected override double TimePerAction => 5000; + protected override double TimePerAction => 500; public class TestPoller : PollingComponent {