Skip to content
This repository has been archived by the owner on May 4, 2018. It is now read-only.

Commit

Permalink
test: use less requests on tcp-write-queue-order
Browse files Browse the repository at this point in the history
Makes the test reliably pass on Windows, otherwise the runtime aborts.
  • Loading branch information
saghul committed Sep 4, 2014
1 parent 38cc2e3 commit 1afdd9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test-tcp-write-queue-order.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 1afdd9a

Please sign in to comment.