Skip to content

Commit 2d8a3c3

Browse files
committed
Trying different ant settings to resolve build problem.
1 parent 47ae724 commit 2d8a3c3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

aima-core/build.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,8 @@
5353
</target>
5454

5555
<target name="aima-core.test-all" depends="aima-core.compile-all">
56-
<junit haltonfailure="true">
56+
<junit haltonfailure="true" fork="yes">
57+
<jvmarg value="-Xmx1024m"/>
5758
<formatter type="plain" usefile="no" />
5859
<test name="aima.test.core.unit.AllAIMAUnitTestSuite" />
5960
<classpath refid="aima-core.test.classpath" />

0 commit comments

Comments
 (0)