Increase loader animation test wait

This commit is contained in:
smoogipoo 2019-05-14 18:39:03 +09:00
parent c9e5d30744
commit d5e25c05b3

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;