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:
parent
38cc2e39d0
commit
1afdd9a1e5
@ -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;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user