aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/core/bad_client
diff options
context:
space:
mode:
authorGravatar Yash Tibrewal <yashkt@google.com>2018-01-24 17:35:54 -0800
committerGravatar Yash Tibrewal <yashkt@google.com>2018-01-24 17:35:54 -0800
commit153ebda1ba02cfbe4f39bf3a9025ababb947378c (patch)
treeda7a0d30d266d6e98f419a910ade0584ee8bec9d /test/core/bad_client
parentb9a34339a7109c59eb268d20b91e2bc29952ad9e (diff)
reduce send size for window overflow test
Diffstat (limited to 'test/core/bad_client')
-rw-r--r--test/core/bad_client/tests/window_overflow.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/core/bad_client/tests/window_overflow.cc b/test/core/bad_client/tests/window_overflow.cc
index 3fda2e27b4..fe6b05d03a 100644
--- a/test/core/bad_client/tests/window_overflow.cc
+++ b/test/core/bad_client/tests/window_overflow.cc
@@ -69,7 +69,7 @@ int main(int argc, char** argv) {
#define MAX_FRAME_SIZE 16384
#define MESSAGES_PER_FRAME (MAX_FRAME_SIZE / 5)
#define FRAME_SIZE (MESSAGES_PER_FRAME * 5)
-#define SEND_SIZE (6 * 1024 * 1024)
+#define SEND_SIZE (4 * 1024 * 1024)
#define NUM_FRAMES (SEND_SIZE / FRAME_SIZE + 1)
grpc_test_init(argc, argv);
grpc_init();