mirror of
https://github.com/magefree/mage.git
synced 2025-12-20 02:30:08 -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
|
||||
public void test_AIvsAI_LongGame() {
|
||||
// many bears and bolts must help to end game fast
|
||||
int maxTurn = 40;
|
||||
int maxTurn = 50;
|
||||
removeAllCardsFromLibrary(playerA);
|
||||
removeAllCardsFromLibrary(playerB);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue