forked from elastic/beats
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Increase HTTP client timeout in kubernetes state_deployment tests (el…
…astic#17001) Test data for state_deployment metricset is quite big, and the metricset may need more than the 10 seconds default timeout of HTTP clients, provoking sporadic failures in CI. Increase this timeout for this case.
- Loading branch information
Showing
2 changed files
with
7 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 2 additions & 0 deletions
2
metricbeat/module/kubernetes/state_deployment/_meta/testdata/config.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
type: http | ||
url: "/metrics" | ||
suffix: plain | ||
module: | ||
timeout: 30s |