Skip to content

Commit

Permalink
scrape_test.go: Increase scrape interval in TestScrapeLoopCache to re…
Browse files Browse the repository at this point in the history
…duce potential flakiness
  • Loading branch information
machine424 committed Dec 26, 2023
1 parent 0763ec8 commit 682e5f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scrape/scrape_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1194,7 +1194,7 @@ func TestScrapeLoopCache(t *testing.T) {
)

ctx, cancel := context.WithCancel(context.Background())
sl := newBasicScrapeLoop(t, ctx, scraper, app, 10*time.Millisecond)
sl := newBasicScrapeLoop(t, ctx, scraper, app, 100*time.Millisecond)

numScrapes := 0

Expand Down

0 comments on commit 682e5f1

Please sign in to comment.