I can't reproduce it yet.
Maybe the timeouts are called too soon or too late. Could you try that patch ?@

diff --git a/test/simple/test-net-server-max-connections.js 
b/test/simple/test-net-server-max-connections.js
index f45c1e5..72cf324 100644
--- a/test/simple/test-net-server-max-connections.js
+++ b/test/simple/test-net-server-max-connections.js
@@ -96,7 +96,7 @@ function makeConnection(index) {
                      index + ' got data, but shouldn\'t have');
       }
     });
-  }, index);
+  }, 400 + index);
 }



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to