Skip to content

Commit

Permalink
fix. FixTcp.OpenAndClose. (macOs | Linux)
Browse files Browse the repository at this point in the history
  • Loading branch information
alec1o committed Jun 30, 2024
1 parent dbb6254 commit 19415c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/tcp/FixTcp.SendAndReceive.cs
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ void Server()
Client(server.Host);
}

Thread.Sleep(10);
Thread.Sleep(1000);

Assert.Equal(maxConnection, server.Clients.Length);
Assert.Equal(maxConnection, allDataReceived);
Expand Down

0 comments on commit 19415c1

Please sign in to comment.