Skip to content

Commit

Permalink
Merge pull request #2544 from unoplatform/test/fix.flaky.test
Browse files Browse the repository at this point in the history
  • Loading branch information
kazo0 authored Sep 5, 2024
2 parents bc845a8 + d8d583b commit c9085d9
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -177,6 +177,9 @@ await state.ForEach(async (i, ct) =>
await state.SetAsync(42, CT);
await state.SetAsync(3, CT);

//Test fails sometime because of time needed to process the exception
await Task.Delay(100);

result.Should().BeEquivalentTo(new[] { 2, 3 });
}

Expand Down

0 comments on commit c9085d9

Please sign in to comment.