change default number of test jvms to 1
the auto default can cause a lot of pressure on a machine when running the tests (each process actually runs a multi node cluster)
This commit is contained in:
parent
b7c3b50909
commit
e110d53b0c
2
pom.xml
2
pom.xml
|
@ -31,7 +31,7 @@
|
||||||
|
|
||||||
<properties>
|
<properties>
|
||||||
<lucene.version>4.4.0</lucene.version>
|
<lucene.version>4.4.0</lucene.version>
|
||||||
<tests.jvms>auto</tests.jvms>
|
<tests.jvms>1</tests.jvms>
|
||||||
<tests.shuffle>true</tests.shuffle>
|
<tests.shuffle>true</tests.shuffle>
|
||||||
<tests.output>onerror</tests.output>
|
<tests.output>onerror</tests.output>
|
||||||
<es.logger.level>INFO</es.logger.level>
|
<es.logger.level>INFO</es.logger.level>
|
||||||
|
|
Loading…
Reference in New Issue