We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent edf7858 commit 14832daCopy full SHA for 14832da
src/Nerdbank.Streams.Tests/MultiplexingStreamTests.cs
@@ -346,7 +346,7 @@ public async Task ConcurrentChatOverManyChannels()
346
this.mx2.TraceSource.Switch.Level = SourceLevels.Error;
347
348
const int channels = 10;
349
- const int iterations = 1000;
+ const int iterations = 500;
350
await Task.WhenAll(Enumerable.Range(1, channels).Select(i => CoordinateChatAsync()));
351
352
async Task CoordinateChatAsync()
0 commit comments