Skip to content

Commit

Permalink
Increase install/uninstall timeouts for Endpoint to 10 minutes. (elas…
Browse files Browse the repository at this point in the history
…tic#19701) (elastic#19706)

(cherry picked from commit 4fdb32b)
  • Loading branch information
blakerouse authored Jul 8, 2020
1 parent 9c79938 commit 77dc072
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion x-pack/elastic-agent/pkg/agent/program/supported.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions x-pack/elastic-agent/spec/endpoint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@ post_install:
- "--upgrade"
- "--resources"
- "endpoint-security-resources.zip"
timeout: 120
timeout: 600
pre_uninstall:
- exec_file:
path: "endpoint-security"
args:
- "uninstall"
timeout: 120
timeout: 600
rules:
- fix_stream: {}

Expand Down

0 comments on commit 77dc072

Please sign in to comment.