Skip to content
This repository has been archived by the owner on Sep 17, 2024. It is now read-only.

Commit

Permalink
Increase timeout for linux integration (#1599) (#1608)
Browse files Browse the repository at this point in the history
* increase time

Co-authored-by: Adam Stokes <51892+adam-stokes@users.noreply.github.com>
(cherry picked from commit 5770812)

Co-authored-by: Michal Pristas <michal.pristas@gmail.com>
  • Loading branch information
mergify[bot] and michalpristas authored Sep 22, 2021
1 parent 41c76bc commit 2a64522
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e/_suites/fleet/fleet.go
Original file line number Diff line number Diff line change
Expand Up @@ -1152,7 +1152,7 @@ func (fts *FleetTestSuite) checkDataStream() error {

indexName := "metrics-linux.memory-default"

_, err := elasticsearch.WaitForNumberOfHits(context.Background(), indexName, query, 1, time.Minute)
_, err := elasticsearch.WaitForNumberOfHits(context.Background(), indexName, query, 1, 3*time.Minute)
if err != nil {
log.WithFields(log.Fields{
"error": err,
Expand Down

0 comments on commit 2a64522

Please sign in to comment.