test: use less requests on tcp-write-queue-order

Makes the test reliably pass on Windows, otherwise the runtime aborts.
This commit is contained in:
Saúl Ibarra Corretgé 2014-09-04 18:45:39 +02:00
parent 38cc2e39d0
commit 1afdd9a1e5

View File

@ -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;