Skip to content

Commit

Permalink
Increase buffer size to prevent timeouts in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
paul1r committed Dec 19, 2024
1 parent 04994ca commit 06bf432
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/pattern/aggregation/push_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ func Test_Push(t *testing.T) {

t.Run("batches push requests", func(t *testing.T) {
// mock loki server
responses := make(chan response, 10)
mock := httptest.NewServer(createServerHandler(responses))
require.NotNil(t, mock)
defer mock.Close()
Expand Down

0 comments on commit 06bf432

Please sign in to comment.