UnitTests/TCPTest: Give more time to test packet sending

This commit is contained in:
SirLynix 2024-02-19 15:33:55 +01:00
parent 5130a2ff84
commit 50ce9a4ea8
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ SCENARIO("TCP", "[NETWORK][TCP]")
packet << vector123;
REQUIRE(client.SendPacket(packet));
std::this_thread::yield();
std::this_thread::sleep_for(std::chrono::milliseconds(10));
THEN("We should get it on the server")
{