Skip to content

Commit 73e7700

Browse files
committed
This setting might be important
1 parent 80e0447 commit 73e7700

File tree

1 file changed

+1
-0
lines changed
  • modules/ingest-geoip/qa/file-based-update/src/javaRestTest/java/org/elasticsearch/ingest/geoip

1 file changed

+1
-0
lines changed

modules/ingest-geoip/qa/file-based-update/src/javaRestTest/java/org/elasticsearch/ingest/geoip/UpdateDatabasesIT.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ public class UpdateDatabasesIT extends ESRestTestCase {
3434
public static ElasticsearchCluster cluster = ElasticsearchCluster.local()
3535
.module("ingest-geoip")
3636
.withConfigDir(() -> configDir.getRoot().toPath())
37+
.setting("resource.reload.interval.high", "100ms")
3738
.build();
3839

3940
@ClassRule

0 commit comments

Comments
 (0)