mirror of
https://github.com/magefree/mage.git
synced 2025-12-23 20:11:59 -08:00
Tests: fixed performance problem (x20 speed up, no need to call full garbage collector manually)
This commit is contained in:
parent
b353a25f57
commit
8e3b610a0c
3 changed files with 1 additions and 3 deletions
|
|
@ -116,7 +116,6 @@ public abstract class CardTestPlayerAPIImpl extends MageTestPlayerBase implement
|
|||
if (currentGame != null) {
|
||||
logger.debug("Resetting previous game and creating new one!");
|
||||
currentGame = null;
|
||||
System.gc();
|
||||
}
|
||||
|
||||
currentGame = createNewGameAndPlayers();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue