Skip to content

Commit

Permalink
Merge pull request #28898 from frenzibyte/fix-argon-health-display-tests
Browse files Browse the repository at this point in the history
Fix intermittent test failure in `TestSceneArgonHealthDisplay`
  • Loading branch information
smoogipoo authored Jul 18, 2024
2 parents 99c5025 + 7a39435 commit 3a1c053
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions osu.Game.Tests/Visual/Gameplay/TestSceneArgonHealthDisplay.cs
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@ public void TestLateMissAfterConsequentMisses()
Scheduler.AddDelayed(applyMiss, 500 + 30);
});
AddUntilStep("wait for sequence", () => !Scheduler.HasPendingTasks);
}

[Test]
Expand All @@ -120,6 +121,7 @@ public void TestMissAlmostExactlyAfterLastMissAnimation()
}
}
});
AddUntilStep("wait for sequence", () => !Scheduler.HasPendingTasks);
}

[Test]
Expand Down

0 comments on commit 3a1c053

Please sign in to comment.