From c052c59902ee27338446de822d834f39ada4987a Mon Sep 17 00:00:00 2001 From: Jean-Francois Date: Fri, 3 Jan 2014 15:03:20 +0100 Subject: [PATCH] patch test-net-GH-5504.js --- build.xml | 2 ++ patches/test/simple/test-net-GH-5504.js.patch | 11 +++++++++++ project.properties | 1 + 3 files changed, 14 insertions(+) create mode 100644 patches/test/simple/test-net-GH-5504.js.patch diff --git a/build.xml b/build.xml index 1dbc20e..7011fd4 100644 --- a/build.xml +++ b/build.xml @@ -301,6 +301,7 @@ + @@ -384,6 +385,7 @@ + diff --git a/patches/test/simple/test-net-GH-5504.js.patch b/patches/test/simple/test-net-GH-5504.js.patch new file mode 100644 index 0000000..c6aa7b4 --- /dev/null +++ b/patches/test/simple/test-net-GH-5504.js.patch @@ -0,0 +1,11 @@ +--- ../node/test/simple/test-net-GH-5504.js 2013-08-22 13:55:29.000000000 +0200 ++++ test/simple/test-net-GH-5504.js 2014-01-03 14:57:59.000000000 +0100 +@@ -88,7 +88,7 @@ + setTimeout(function() { + throw new Error('hang'); + }); +- }, 1000).unref(); ++ }, 30000).unref(); + + var s = spawn(node, [__filename, 'server'], opt); + var c; diff --git a/project.properties b/project.properties index 2c316ec..d4dabee 100644 --- a/project.properties +++ b/project.properties @@ -381,6 +381,7 @@ source.test.simple.list = \ test-net-during-close.js \ test-net-eaddrinuse.js \ test-net-end-without-connect.js \ + test-net-GH-5504.js \ test-net-isip.js \ test-net-keepalive.js \ test-net-large-string.js \