Skip to content

Commit

Permalink
fix. FixTcp.OpenAndClose. (update timeout to from 1s to 5s)
Browse files Browse the repository at this point in the history
fix. FixTcp.OpenAndClose. (update timeout to from 1s to 5s)
  • Loading branch information
alec1o committed Jun 30, 2024
1 parent 2eebf14 commit 33088be
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 @@ -75,7 +75,7 @@ void Server()
actions.Add(action);
}

Thread.Sleep(1000);
Thread.Sleep(5000);

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

0 comments on commit 33088be

Please sign in to comment.