Wait a bit longer for DB actions in ranking game test.
This commit is contained in:
@@ -260,7 +260,7 @@ public class RunRankingGameTest extends TestBase {
|
|||||||
for (int i = 0; i < 9; i++) {
|
for (int i = 0; i < 9; i++) {
|
||||||
s[i].close();
|
s[i].close();
|
||||||
}
|
}
|
||||||
Thread.sleep(2000);
|
Thread.sleep(4000);
|
||||||
|
|
||||||
// Last player money should be sum of all money.
|
// Last player money should be sum of all money.
|
||||||
assertEquals(10000 * 10, lastPlayerMoney);
|
assertEquals(10000 * 10, lastPlayerMoney);
|
||||||
|
|||||||
Reference in New Issue
Block a user