From 0727fcc9edb35d1ce7fc9e3759e9755e78f7129a Mon Sep 17 00:00:00 2001 From: Ryan Date: Mon, 24 Aug 2009 16:51:37 +0200 Subject: [PATCH] Speed up test-tcp-throttle.js --- test/mjsunit/test-tcp-throttle.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/mjsunit/test-tcp-throttle.js b/test/mjsunit/test-tcp-throttle.js index 37bc9bc344..0480b7115c 100644 --- a/test/mjsunit/test-tcp-throttle.js +++ b/test/mjsunit/test-tcp-throttle.js @@ -1,6 +1,6 @@ include("mjsunit.js"); PORT = 20443; -N = 500; +N = 200; server = node.tcp.createServer(function (connection) { function send (j) {