Skip to content

Commit 10e1995

Browse files
committed
change test to use same buffer size as normal use
1 parent 696e5fd commit 10e1995

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/github/actions_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1228,7 +1228,7 @@ func Test_MemoryUsage_SlidingWindow_vs_NoWindow(t *testing.T) {
12281228
}
12291229

12301230
const logLines = 100000
1231-
const bufferSize = 1000
1231+
const bufferSize = 5000
12321232
largeLogContent := strings.Repeat("log line with some content\n", logLines)
12331233

12341234
testServer := httptest.NewServer(http.HandlerFunc(func(w http.ResponseWriter, _ *http.Request) {

0 commit comments

Comments
 (0)