updated to work with soylatte

This commit is contained in:
Adrian Cole 2010-10-26 19:23:16 -07:00
parent 6bb9d101d1
commit 9df794f924
1 changed files with 2 additions and 2 deletions

View File

@ -300,7 +300,7 @@
<testSourceDirectories> <testSourceDirectories>
<testSourceDirectory>src/test/clojure</testSourceDirectory> <testSourceDirectory>src/test/clojure</testSourceDirectory>
</testSourceDirectories> </testSourceDirectories>
<clojureOptions>-Xmx512m -Djava.awt.headless=true -XX:MaxPermSize=256m</clojureOptions> <clojureOptions>-Xmx512m -Djava.awt.headless=true -XX:MaxPermSize=256m -Xss256k</clojureOptions>
<warnOnReflection>true</warnOnReflection> <warnOnReflection>true</warnOnReflection>
<compileDeclaredNamespaceOnly>true</compileDeclaredNamespaceOnly> <compileDeclaredNamespaceOnly>true</compileDeclaredNamespaceOnly>
<testDeclaredNamespaceOnly>false</testDeclaredNamespaceOnly> <testDeclaredNamespaceOnly>false</testDeclaredNamespaceOnly>
@ -326,7 +326,7 @@
<goal>test</goal> <goal>test</goal>
</goals> </goals>
<configuration> <configuration>
<argLine>-Xmx512m -Xms256m -Xss128k</argLine> <argLine>-Xmx512m -Xms256m -Xss256k</argLine>
<parallel>tests</parallel> <parallel>tests</parallel>
<threadCount>5</threadCount> <threadCount>5</threadCount>
<!-- note that the groups/excluded groups don't work due to some problem <!-- note that the groups/excluded groups don't work due to some problem