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 a07876c commit 874ccf3Copy full SHA for 874ccf3
test/UnitTest/Services/TcpSocketFactoryTest.cs
@@ -49,7 +49,7 @@ public async Task GetOrCreate_Ok()
49
public async Task ConnectAsync_Timeout()
50
{
51
var client = CreateClient();
52
- client.Options.ConnectTimeout = 100;
+ client.Options.ConnectTimeout = 1;
53
54
var connect = await client.ConnectAsync("localhost", 9999);
55
Assert.False(connect);
0 commit comments