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 0f15b2f commit eda3733Copy full SHA for eda3733
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.ConnectTimeout = 1000;
+ client.ConnectTimeout = 100;
53
54
var connect = await client.ConnectAsync("localhost", 9999);
55
Assert.False(connect);
0 commit comments