mirror of
https://github.com/ppy/osu.git
synced 2025-02-15 13:22:57 +08:00
Merge pull request #24935 from bdach/fix-flaky-editor-beatmap-creation-test
Fix flaky editor beatmap creation test
This commit is contained in:
commit
b9c9cba6d5
@ -125,7 +125,7 @@ namespace osu.Game.Tests.Visual.Editing
|
||||
});
|
||||
|
||||
AddAssert("track is not virtual", () => Beatmap.Value.Track is not TrackVirtual);
|
||||
AddAssert("track length changed", () => Beatmap.Value.Track.Length > 60000);
|
||||
AddUntilStep("track length changed", () => Beatmap.Value.Track.Length > 60000);
|
||||
|
||||
AddStep("test play", () => Editor.TestGameplay());
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user