Increase compilation limit in ingest tests

These tests are running into the script compilation limit. This commit
increases the limit for these tests.
This commit is contained in:
Jason Tedor 2017-05-09 09:40:36 -04:00
parent 41b10554fd
commit f222748506

View File

@ -32,4 +32,5 @@ integTestCluster {
plugin ':plugins:ingest-geoip'
setting 'script.inline', 'true'
setting 'path.scripts', "${project.buildDir}/resources/test/scripts"
setting 'script.max_compilations_per_minute', '1000'
}