reduce frequency of random test failure

This commit is contained in:
xenohedron 2024-06-26 00:37:40 -04:00
parent 89738d8675
commit 2d717f9f36

View file

@ -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);