AltTester-Unity-SDK
AltTester-Unity-SDK copied to clipboard
[Revese Port Forwarding] Sometimes, the execution of reverse port forwarding method is too slow
Steps to reproduce
- Create a test file in any programming language (C#, Python or Java)
- Call the
Reverse Port Forwarding
method in the setup - Add some tests
- Run the tests
Actual result
Sometimes, the execution of the Reverse Port Forwarding
method is too slow so the tests fail because the port is not actually forwarded when trying to establish the connection
Expected result
The Reverse port forwarding
method should finish its execution before the test is run.