Skip to content

Commit 10a94f0

Browse files
committed
Lower count of expected acks
Hopefully fixes flaky tests
1 parent cc9c0d3 commit 10a94f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

projects/Unit/TestPublisherConfirms.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ public async Task TestWaitForConfirmsWithEvents()
117117
// to be equal to N because acks can be batched,
118118
// so we primarily care about event handlers being invoked
119119
// in this test
120-
Assert.True(c > 20);
120+
Assert.True(c > 5);
121121
}
122122
finally
123123
{

0 commit comments

Comments
 (0)