1
0
mirror of https://github.com/ppy/osu.git synced 2025-03-23 16:27:20 +08:00

Restore previous wait time

For whatever reason, this is required?
This commit is contained in:
Dean Herbert 2019-02-26 10:27:54 +09:00
parent 217f692798
commit 3549369822

View File

@ -237,7 +237,7 @@ namespace osu.Game.Tests.Visual
AddAssert("Screen is undimmed", () => songSelect.IsBackgroundUndimmed());
}
private void waitForDim() => AddWaitStep(3, "Wait for dim");
private void waitForDim() => AddWaitStep(5, "Wait for dim");
private void performSetup()
{