Skip to content

Commit

Permalink
increase timeout to 5 minutes (#21115)
Browse files Browse the repository at this point in the history
  • Loading branch information
michalpristas authored Sep 16, 2020
1 parent 111ad83 commit 772e790
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x-pack/elastic-agent/pkg/kibana/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ func DefaultClientConfig() *Config {
SpaceID: "",
Username: "",
Password: "",
Timeout: 90 * time.Second,
Timeout: 5 * time.Minute,
TLS: nil,
}
}
Expand Down

0 comments on commit 772e790

Please sign in to comment.