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 b0245db commit a85d35eCopy full SHA for a85d35e
test/UnitTest/Services/TcpSocketFactoryTest.cs
@@ -77,7 +77,7 @@ public async Task ConnectAsync_Cancel()
77
cst = new CancellationTokenSource();
78
_ = Task.Run(async () =>
79
{
80
- await Task.Delay(50);
+ await Task.Delay(200);
81
cst.Cancel();
82
});
83
connect = await client.ConnectAsync("localhost", 9999, cst.Token);
0 commit comments