Skip to content

Commit 72cad80

Browse files
committed
try to fix ingester test
Signed-off-by: alanprot <[email protected]>
1 parent ab0d824 commit 72cad80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/ingester/ingester_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6447,7 +6447,7 @@ func TestIngester_inflightPushRequests(t *testing.T) {
64476447

64486448
g, ctx := errgroup.WithContext(ctx)
64496449
g.Go(func() error {
6450-
count := 3500000
6450+
count := 150000
64516451
req := generateSamplesForLabel(labels.FromStrings(labels.MetricName, fmt.Sprintf("real-%d", count)), count, 1)
64526452
// Signal that we're going to do the real push now.
64536453
close(startCh)

0 commit comments

Comments
 (0)