Skip to content

Commit

Permalink
Increase attempts counts 15
Browse files Browse the repository at this point in the history
  • Loading branch information
hmanukyanVMw committed Oct 2, 2023
1 parent 36b30ca commit 8a12e86
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/internal/acceptance/metric-store/metric_store_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -480,7 +480,6 @@ scrape_configs:

startNode(tc, 0)

time.Sleep(time.Second * 2)
Eventually(func() error {
_, _, err := tc.localEgressClient.LabelValues(context.Background(), model.MetricNameLabel,
result, minTime, maxTime)
Expand All @@ -494,7 +493,7 @@ scrape_configs:
return nil
}
return value
}, 3).Should(Equal(model.LabelValues{
}, 15).Should(Equal(model.LabelValues{
"metric_name_new",
}))
})
Expand Down

0 comments on commit 8a12e86

Please sign in to comment.