[BUILD] Set -Dtests.jvms=auto by default to make use of multiple JVMs

This commit is contained in:
Simon Willnauer 2014-04-03 13:00:41 +02:00
parent 7bc5ab45bc
commit 6f5b7fa086

View File

@ -32,7 +32,7 @@
<properties>
<lucene.version>4.7.1</lucene.version>
<tests.jvms>1</tests.jvms>
<tests.jvms>auto</tests.jvms>
<tests.shuffle>true</tests.shuffle>
<tests.output>onerror</tests.output>
<tests.client.ratio></tests.client.ratio>