From c614505b7cf39540ea539522ddcaf24c2e96d421 Mon Sep 17 00:00:00 2001 From: smoogipoo Date: Thu, 27 Dec 2018 16:20:37 +0900 Subject: [PATCH] Revert unnecessary change to testcase --- osu.Game.Tests/Visual/TestCasePollingComponent.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {