Revert unnecessary change to testcase

This commit is contained in:
smoogipoo
2018-12-27 16:20:37 +09:00
parent 50201e602e
commit c614505b7c

View File

@ -122,7 +122,7 @@ namespace osu.Game.Tests.Visual
}; };
}); });
protected override double TimePerAction => 5000; protected override double TimePerAction => 500;
public class TestPoller : PollingComponent public class TestPoller : PollingComponent
{ {