Merge pull request #4790 from smoogipoo/fix-loader-test

Increase loader animation wait time
This commit is contained in:
Dean Herbert
2019-05-14 18:56:15 +09:00
committed by GitHub

View File

@ -58,7 +58,7 @@ namespace osu.Game.Tests.Visual.Menus
bool logoVisible = false;
AddStep("begin loading", () => LoadScreen(loader = new TestLoader()));
AddWaitStep("wait", 2);
AddWaitStep("wait", 3);
AddStep("finish loading", () =>
{
logoVisible = loader.Logo?.Alpha > 0;