diff --git a/build.xml b/build.xml index dd331da..89a2944 100644 --- a/build.xml +++ b/build.xml @@ -297,6 +297,7 @@ + @@ -382,6 +383,7 @@ + diff --git a/patches/test/simple/test-http-pipeline-flood.js.patch b/patches/test/simple/test-http-pipeline-flood.js.patch new file mode 100644 index 0000000..14c170d --- /dev/null +++ b/patches/test/simple/test-http-pipeline-flood.js.patch @@ -0,0 +1,11 @@ +--- ../node/test/simple/test-http-pipeline-flood.js 2013-12-16 14:49:26.000000000 +0100 ++++ test/simple/test-http-pipeline-flood.js 2014-01-07 11:08:54.000000000 +0100 +@@ -52,7 +52,7 @@ + + // kill the connection after a bit, verifying that the + // flood of requests was eventually halted. +- server.setTimeout(200, function(conn) { ++ server.setTimeout(2000, function(conn) { + gotTimeout = true; + conn.destroy(); + }); diff --git a/project.properties b/project.properties index a6d6ea4..630437f 100644 --- a/project.properties +++ b/project.properties @@ -310,6 +310,7 @@ source.test.simple.list = \ test-http-parser.js \ test-http-pause-resume-one-end.js \ test-http-pause.js \ + test-http-pipeline-flood.js \ test-http-pipe-fs.js \ test-http-proxy.js \ test-http-request-end.js \