We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47ae724 commit 2d8a3c3Copy full SHA for 2d8a3c3
aima-core/build.xml
@@ -53,7 +53,8 @@
53
</target>
54
55
<target name="aima-core.test-all" depends="aima-core.compile-all">
56
- <junit haltonfailure="true">
+ <junit haltonfailure="true" fork="yes">
57
+ <jvmarg value="-Xmx1024m"/>
58
<formatter type="plain" usefile="no" />
59
<test name="aima.test.core.unit.AllAIMAUnitTestSuite" />
60
<classpath refid="aima-core.test.classpath" />
0 commit comments