mirror of
https://github.com/ppy/osu
synced 2024-12-11 17:42:28 +00:00
Increase loader animation test wait
This commit is contained in:
parent
c9e5d30744
commit
d5e25c05b3
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user