Fixes port already used in welcome test
The use of RepeatedTest in the welcome test caused failures in some computers due to an insufficient time to close the port. This commit fixes this error by using a for to repeat the test, avoiding the creation of a new server in each repetition.
Showing
Please register or sign in to comment