Skip to content

Commit

Permalink
Increase Will_Trigger_ReorgBoundaryEvent_On_Prune delay to fix CI (#6919
Browse files Browse the repository at this point in the history
)
  • Loading branch information
LukaszRozmej authored Apr 15, 2024
1 parent 7f3cfa5 commit 3c1b0a3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -876,7 +876,7 @@ public async Task Will_Trigger_ReorgBoundaryEvent_On_Prune()

if (i > 4)
{
Assert.That(() => reorgBoundary, Is.EqualTo(i - 3).After(1000, 1));
Assert.That(() => reorgBoundary, Is.EqualTo(i - 3).After(5000, 1));
}
else
{
Expand Down

0 comments on commit 3c1b0a3

Please sign in to comment.