We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 696e5fd commit 10e1995Copy full SHA for 10e1995
pkg/github/actions_test.go
@@ -1228,7 +1228,7 @@ func Test_MemoryUsage_SlidingWindow_vs_NoWindow(t *testing.T) {
1228
}
1229
1230
const logLines = 100000
1231
- const bufferSize = 1000
+ const bufferSize = 5000
1232
largeLogContent := strings.Repeat("log line with some content\n", logLines)
1233
1234
testServer := httptest.NewServer(http.HandlerFunc(func(w http.ResponseWriter, _ *http.Request) {
0 commit comments