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:
Shay Banon 2013-09-17 21:30:27 +02:00
parent b7c3b50909
commit e110d53b0c
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@
<properties>
<lucene.version>4.4.0</lucene.version>
<tests.jvms>auto</tests.jvms>
<tests.jvms>1</tests.jvms>
<tests.shuffle>true</tests.shuffle>
<tests.output>onerror</tests.output>
<es.logger.level>INFO</es.logger.level>