mirror of
https://github.com/magefree/mage.git
synced 2025-12-21 02:52:02 -08:00
reduce frequency of random test failure
This commit is contained in:
parent
89738d8675
commit
2d717f9f36
1 changed files with 1 additions and 1 deletions
|
|
@ -40,7 +40,7 @@ public class SimulationPerformanceAITest extends CardTestPlayerBaseAI {
|
||||||
@Test
|
@Test
|
||||||
public void test_AIvsAI_LongGame() {
|
public void test_AIvsAI_LongGame() {
|
||||||
// many bears and bolts must help to end game fast
|
// many bears and bolts must help to end game fast
|
||||||
int maxTurn = 40;
|
int maxTurn = 50;
|
||||||
removeAllCardsFromLibrary(playerA);
|
removeAllCardsFromLibrary(playerA);
|
||||||
removeAllCardsFromLibrary(playerB);
|
removeAllCardsFromLibrary(playerB);
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue