Skip to content

Commit

Permalink
update Thread.Sleep value to prevent test bug because low performance
Browse files Browse the repository at this point in the history
  • Loading branch information
alec1o committed Jun 17, 2024
1 parent 4447fb3 commit eb5b9c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/udp/FixUdp.SendAndReceive.cs
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ async Task Client(Host host)
client.To.Data(dataSent);
client.To.Event(eventSent.name, eventSent.data);

Thread.Sleep(millisecondsTimeout: 50);
Thread.Sleep(millisecondsTimeout: 100);
{
Assert.True(client.IsOpened);
Assert.True(isModify);
Expand Down

0 comments on commit eb5b9c3

Please sign in to comment.