Reduce Functional Test Stream Item Delay (#10127)
This commit is contained in:
parent
0adbfc6d25
commit
5d56d8fdb0
|
|
@ -186,7 +186,7 @@ namespace Microsoft.AspNetCore.SignalR.Client.FunctionalTests
|
|||
for (var i = 0; i < count; i++)
|
||||
{
|
||||
await channel.Writer.WriteAsync(i);
|
||||
await Task.Delay(100);
|
||||
await Task.Delay(20);
|
||||
}
|
||||
|
||||
channel.Writer.TryComplete();
|
||||
|
|
|
|||
Loading…
Reference in New Issue