aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/core/bad_client/tests/window_overflow.c
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2017-10-06 11:56:39 -0700
committerGravatar GitHub <noreply@github.com>2017-10-06 11:56:39 -0700
commit3640b4084ac8485ef99ab3162cae7b8b079bbf6b (patch)
tree8c949d86089640bd8449a1c011eec9b0a176f673 /test/core/bad_client/tests/window_overflow.c
parent1b11c745417dc54ccc31bba4cdfb2adb02c09ab9 (diff)
parentd48bd078d7f257db2d4c48e8e835bb2ff1ac7e73 (diff)
Merge pull request #12677 from ctiller/flowctl+millis
Roll-up: Flow control changes, and internal timing changes
Diffstat (limited to 'test/core/bad_client/tests/window_overflow.c')
-rw-r--r--test/core/bad_client/tests/window_overflow.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/core/bad_client/tests/window_overflow.c b/test/core/bad_client/tests/window_overflow.c
index 18c647ad8a..e4b5f9711b 100644
--- a/test/core/bad_client/tests/window_overflow.c
+++ b/test/core/bad_client/tests/window_overflow.c
@@ -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 (100 * 1024)
+#define SEND_SIZE (6 * 1024 * 1024)
#define NUM_FRAMES (SEND_SIZE / FRAME_SIZE + 1)
grpc_test_init(argc, argv);