Skip to content

Commit

Permalink
Merge pull request #37 from block/myron/more-docker-boot-time
Browse files Browse the repository at this point in the history
Increase default docker `daemon_timeout`.
  • Loading branch information
myronmarston authored Nov 18, 2024
2 parents edb5fb3 + 08c39d4 commit cd6c911
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 = 120
self.daemon_timeout = 180

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

0 comments on commit cd6c911

Please sign in to comment.