diff --git a/tests/Engine/Network/SocketPoller.cpp b/tests/Engine/Network/SocketPoller.cpp index 1f9c782d2..93012d3de 100644 --- a/tests/Engine/Network/SocketPoller.cpp +++ b/tests/Engine/Network/SocketPoller.cpp @@ -10,7 +10,7 @@ SCENARIO("SocketPoller", "[NETWORK][SOCKETPOLLER]") { GIVEN("A TcpServer and a TcpClient in a selector") { - Nz::UInt16 port = 64256; + Nz::UInt16 port = 25664; Nz::TcpServer server; server.EnableBlocking(false); diff --git a/tests/Engine/Network/TCP.cpp b/tests/Engine/Network/TCP.cpp index 7ee62cab9..549742fd7 100644 --- a/tests/Engine/Network/TCP.cpp +++ b/tests/Engine/Network/TCP.cpp @@ -11,7 +11,7 @@ SCENARIO("TCP", "[NETWORK][TCP]") { GIVEN("Two TCP, one client, one server") { - Nz::UInt16 port = 64256; + Nz::UInt16 port = 26456; Nz::TcpServer server; server.EnableBlocking(false);