Help with MageTests Project

I'm trying to create/run tests for cards but keep getting Out of Memory errors:
-------------------------------------------------------
T E S T S
-------------------------------------------------------
Running org.mage.test.cards.mana.ManaSourceTest
INFO [2016-06-29 15:29 [32:310]] MageTestPlayerBase[main]: Loading game type: mage.game.TwoPlayerMatch
INFO [2016-06-29 15:29 [32:320]] MageTestPlayerBase[main]: Loading plugin: mage.game.TwoPlayerMatch
Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 10.708 sec
org.apache.maven.surefire.util.SurefireReflectionException: java.lang.reflect.InvocationTargetException; nested exception is java.lang.reflect.InvocationTargetException: null
Exception in thread "main"
Exception: java.lang.OutOfMemoryError thrown from the UncaughtExceptionHandler in thread "main"
Results :
Tests run: 0, Failures: 0, Errors: 0, Skipped: 0
------------------------------------------------------------------------
BUILD FAILURE
------------------------------------------------------------------------
Total time: 14.008s
Finished at: Wed Jun 29 15:29:43 BRT 2016
Final Memory: 35M/1963M
------------------------------------------------------------------------
As you can see in Final Memory report, already adjusted the project properties to up the memory to no use.
Working on a 16Gb RAM machine.
I am right clicking the class then run test.
Thanks.
-------------------------------------------------------
T E S T S
-------------------------------------------------------
Running org.mage.test.cards.mana.ManaSourceTest
INFO [2016-06-29 15:29 [32:310]] MageTestPlayerBase[main]: Loading game type: mage.game.TwoPlayerMatch
INFO [2016-06-29 15:29 [32:320]] MageTestPlayerBase[main]: Loading plugin: mage.game.TwoPlayerMatch
Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 10.708 sec
org.apache.maven.surefire.util.SurefireReflectionException: java.lang.reflect.InvocationTargetException; nested exception is java.lang.reflect.InvocationTargetException: null
Exception in thread "main"
Exception: java.lang.OutOfMemoryError thrown from the UncaughtExceptionHandler in thread "main"
Results :
Tests run: 0, Failures: 0, Errors: 0, Skipped: 0
------------------------------------------------------------------------
BUILD FAILURE
------------------------------------------------------------------------
Total time: 14.008s
Finished at: Wed Jun 29 15:29:43 BRT 2016
Final Memory: 35M/1963M
------------------------------------------------------------------------
As you can see in Final Memory report, already adjusted the project properties to up the memory to no use.
Working on a 16Gb RAM machine.
I am right clicking the class then run test.
Thanks.