1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-21 20:47:28 +08:00

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
{