summaryrefslogtreecommitdiff
path: root/deps/uv/test/test-tcp-writealot.c
diff options
context:
space:
mode:
Diffstat (limited to 'deps/uv/test/test-tcp-writealot.c')
-rw-r--r--deps/uv/test/test-tcp-writealot.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/deps/uv/test/test-tcp-writealot.c b/deps/uv/test/test-tcp-writealot.c
index 3ddcd6d2ea..ab8c46adf7 100644
--- a/deps/uv/test/test-tcp-writealot.c
+++ b/deps/uv/test/test-tcp-writealot.c
@@ -26,8 +26,8 @@
#define WRITES 3
-#define CHUNKS_PER_WRITE 3
-#define CHUNK_SIZE 10485760 /* 10 MB */
+#define CHUNKS_PER_WRITE 4096
+#define CHUNK_SIZE 10024 /* 10 kb */
#define TOTAL_BYTES (WRITES * CHUNKS_PER_WRITE * CHUNK_SIZE)