| Index: util/net/http_body_test.cc
|
| diff --git a/util/net/http_body_test.cc b/util/net/http_body_test.cc
|
| index d650497819ace558fcc919cf5b6f2de2db098801..c59b6d6bf38a1c35eff94359323582b5162000bb 100644
|
| --- a/util/net/http_body_test.cc
|
| +++ b/util/net/http_body_test.cc
|
| @@ -214,7 +214,7 @@ TEST_P(CompositeHTTPBodyStreamBufferSize, StringsAndFile) {
|
|
|
| INSTANTIATE_TEST_CASE_P(VariableBufferSize,
|
| CompositeHTTPBodyStreamBufferSize,
|
| - testing::Values(1, 2, 9, 16, 31, 128));
|
| + testing::Values(1, 2, 9, 16, 31, 128, 1024));
|
|
|
| } // namespace
|
| } // namespace test
|
|
|