Trying to fix test case.
This commit is contained in:
@@ -184,6 +184,7 @@ public class RejoinMultiGameTest extends TestBase {
|
|||||||
// 9 players leave the game by closing the socket.
|
// 9 players leave the game by closing the socket.
|
||||||
for (int i = 0; i < 9; i++) {
|
for (int i = 0; i < 9; i++) {
|
||||||
s[i].close();
|
s[i].close();
|
||||||
|
Thread.sleep(500);
|
||||||
}
|
}
|
||||||
// No rejoin game id set yet.
|
// No rejoin game id set yet.
|
||||||
assertEquals(0, lastRejoinGameId);
|
assertEquals(0, lastRejoinGameId);
|
||||||
|
|||||||
Reference in New Issue
Block a user