Trying to fix test case.

This commit is contained in:
lotodore
2011-10-29 18:09:28 +00:00
parent 63a6441908
commit 05dd9980ca
@@ -184,6 +184,7 @@ public class RejoinMultiGameTest extends TestBase {
// 9 players leave the game by closing the socket.
for (int i = 0; i < 9; i++) {
s[i].close();
Thread.sleep(500);
}
// No rejoin game id set yet.
assertEquals(0, lastRejoinGameId);