Skip to content

Commit

Permalink
Merge pull request #38 from block/myron/yet-more-docker-time
Browse files Browse the repository at this point in the history
Increase the local boot daemon timeout to 5 minutes.
  • Loading branch information
myronmarston authored Nov 18, 2024
2 parents cd6c911 + 8811e2e commit fe4aac5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion elasticgraph-local/lib/elastic_graph/local/rake_tasks.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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 = 180
self.daemon_timeout = 300

datastore_versions = ::YAML.load_file("#{__dir__}/tested_datastore_versions.yaml")
self.elasticsearch_versions = datastore_versions.fetch("elasticsearch")
Expand Down

0 comments on commit fe4aac5

Please sign in to comment.