Skip to content

Commit 14832da

Browse files
committed
Fix timeouts of ConcurrentChatOverManyChannels test in CI/PR
1 parent edf7858 commit 14832da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Nerdbank.Streams.Tests/MultiplexingStreamTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -346,7 +346,7 @@ public async Task ConcurrentChatOverManyChannels()
346346
this.mx2.TraceSource.Switch.Level = SourceLevels.Error;
347347

348348
const int channels = 10;
349-
const int iterations = 1000;
349+
const int iterations = 500;
350350
await Task.WhenAll(Enumerable.Range(1, channels).Select(i => CoordinateChatAsync()));
351351

352352
async Task CoordinateChatAsync()

0 commit comments

Comments
 (0)