Skip to content

Commit

Permalink
Adjusting times.
Browse files Browse the repository at this point in the history
  • Loading branch information
mattdurham committed Oct 29, 2024
1 parent f48a56b commit 6e772e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/component/prometheus/write/queue/e2e_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ func runTest(t *testing.T, add func(index int, appendable storage.Appender) (flo
}
require.Eventuallyf(t, func() bool {
return types.OutStandingTimeSeriesBinary.Load() == 0
}, 2*time.Second, 100*time.Millisecond, "there are %d time series not collected", types.OutStandingTimeSeriesBinary.Load())
}, 5*time.Second, 100*time.Millisecond, "there are %d time series not collected", types.OutStandingTimeSeriesBinary.Load())
}

func handlePost(t *testing.T, _ http.ResponseWriter, r *http.Request) ([]prompb.TimeSeries, []prompb.MetricMetadata) {
Expand Down

0 comments on commit 6e772e1

Please sign in to comment.