From 1afdd9a1e5cb7f6a53c4b19017c1df10ba485751 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sa=C3=BAl=20Ibarra=20Corretg=C3=A9?= Date: Thu, 4 Sep 2014 18:45:39 +0200 Subject: [PATCH] test: use less requests on tcp-write-queue-order Makes the test reliably pass on Windows, otherwise the runtime aborts. --- test/test-tcp-write-queue-order.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test-tcp-write-queue-order.c b/test/test-tcp-write-queue-order.c index 18e1f192..aa4d2acc 100644 --- a/test/test-tcp-write-queue-order.c +++ b/test/test-tcp-write-queue-order.c @@ -26,7 +26,7 @@ #include "uv.h" #include "task.h" -#define REQ_COUNT 100000 +#define REQ_COUNT 10000 static uv_timer_t timer; static uv_tcp_t server;