Skip to content

Commit eda3733

Browse files
committed
test: 更新单元测试
1 parent 0f15b2f commit eda3733

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/UnitTest/Services/TcpSocketFactoryTest.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ public async Task GetOrCreate_Ok()
4949
public async Task ConnectAsync_Timeout()
5050
{
5151
var client = CreateClient();
52-
client.ConnectTimeout = 1000;
52+
client.ConnectTimeout = 100;
5353

5454
var connect = await client.ConnectAsync("localhost", 9999);
5555
Assert.False(connect);

0 commit comments

Comments
 (0)