mirror of
https://github.com/ppy/osu.git
synced 2024-11-11 10:33:30 +08:00
Merge pull request #4790 from smoogipoo/fix-loader-test
Increase loader animation wait time
This commit is contained in:
commit
b6c20bc63d
@ -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