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 6e66e54 commit 991471eCopy full SHA for 991471e
test/UnitTest/Services/TcpSocketFactoryTest.cs
@@ -52,6 +52,7 @@ public async Task ConnectAsync_Timeout()
52
client.Options.ConnectTimeout = 1;
53
54
var connect = await client.ConnectAsync("localhost", 9999);
55
+ await Task.Delay(5);
56
Assert.False(connect);
57
}
58
0 commit comments