Skip to content

Commit

Permalink
Increase default docker daemon_timeout.
Browse files Browse the repository at this point in the history
Our CI builds have been timing out at 120 seconds recently.
Giving it 60 more seconds should help them fail less often.
  • Loading branch information
myronmarston committed Nov 18, 2024
1 parent edb5fb3 commit 08c39d4
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 08c39d4

Please sign in to comment.