diff --git a/elasticgraph-local/lib/elastic_graph/local/rake_tasks.rb b/elasticgraph-local/lib/elastic_graph/local/rake_tasks.rb index d6f69924..b9739453 100644 --- a/elasticgraph-local/lib/elastic_graph/local/rake_tasks.rb +++ b/elasticgraph-local/lib/elastic_graph/local/rake_tasks.rb @@ -362,7 +362,7 @@ def initialize(local_config_yaml:, path_to_schema:) self.enforce_json_schema_version = true self.env_port_mapping = {} self.output = $stdout - self.daemon_timeout = 120 + self.daemon_timeout = 180 datastore_versions = ::YAML.load_file("#{__dir__}/tested_datastore_versions.yaml") self.elasticsearch_versions = datastore_versions.fetch("elasticsearch")