Wait a bit longer for DB actions in ranking game test.

This commit is contained in:
lotodore
2013-02-28 20:42:50 +01:00
parent 0052de02e1
commit 43e1b9eae5
@@ -260,7 +260,7 @@ public class RunRankingGameTest extends TestBase {
for (int i = 0; i < 9; i++) {
s[i].close();
}
Thread.sleep(2000);
Thread.sleep(4000);
// Last player money should be sum of all money.
assertEquals(10000 * 10, lastPlayerMoney);