Skip to content

Commit f222748

Browse files
committed
Increase compilation limit in ingest tests
These tests are running into the script compilation limit. This commit increases the limit for these tests.
1 parent 41b1055 commit f222748

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

qa/smoke-test-ingest-with-all-dependencies/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,5 @@ integTestCluster {
3232
plugin ':plugins:ingest-geoip'
3333
setting 'script.inline', 'true'
3434
setting 'path.scripts', "${project.buildDir}/resources/test/scripts"
35+
setting 'script.max_compilations_per_minute', '1000'
3536
}

0 commit comments

Comments
 (0)