We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 89db9b5 commit 4e0e887Copy full SHA for 4e0e887
1 file changed
testkit/src/main/scala/app/softnetwork/elastic/scalatest/ElasticDockerTestKit.scala
@@ -121,6 +121,9 @@ trait ElasticDockerTestKit extends ElasticTestKit { _: Suite =>
121
|# Set default throttle period to 5s to allow frequent executions during tests
122
|xpack.watcher.execution.default_throttle_period: 5s
123
|
124
+ |# Script compilation rate limit (default 75/5m can be exhausted during tests)
125
+ |script.max_compilations_rate: 10000/5m
126
+ |
127
|# Performance
128
|bootstrap.memory_lock: false
129
|""".stripMargin
0 commit comments