mirror of
https://github.com/ppy/osu.git
synced 2025-01-15 09:03:22 +08: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;
|
bool logoVisible = false;
|
||||||
|
|
||||||
AddStep("begin loading", () => LoadScreen(loader = new TestLoader()));
|
AddStep("begin loading", () => LoadScreen(loader = new TestLoader()));
|
||||||
AddWaitStep("wait", 2);
|
AddWaitStep("wait", 3);
|
||||||
AddStep("finish loading", () =>
|
AddStep("finish loading", () =>
|
||||||
{
|
{
|
||||||
logoVisible = loader.Logo?.Alpha > 0;
|
logoVisible = loader.Logo?.Alpha > 0;
|
||||||
|
Loading…
Reference in New Issue
Block a user