mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-17 02:14:54 +00:00
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:
parent
41b10554fd
commit
f222748506
@ -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'
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user