[Pkg-javascript-devel] Bug#643849: FTBFS on (backport to Squeeze	of) nodejs built for i486 (on amd64 host)
    Jérémy Lal 
    jerry at edagames.com
       
    Sat Oct  1 20:36:23 UTC 2011
    
    
  
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);
 }
    
    
More information about the Pkg-javascript-devel
mailing list