Not just this test failing. Need a better solution. Revert r1143126.
authormarkt <markt@13f79535-47bb-0310-9956-ffa450edef68>
Tue, 5 Jul 2011 20:33:28 +0000 (20:33 +0000)
committermarkt <markt@13f79535-47bb-0310-9956-ffa450edef68>
Tue, 5 Jul 2011 20:33:28 +0000 (20:33 +0000)
git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@1143197 13f79535-47bb-0310-9956-ffa450edef68

test/org/apache/catalina/tribes/group/TestGroupChannelMemberArrival.java

index d414b60..aa6f9a6 100644 (file)
@@ -67,11 +67,7 @@ public class TestGroupChannelMemberArrival
             };
             threads[i] = t;
         }
-        for (int i=0; i<threads.length; i++ ) {
-            threads[i].start();
-            // Delay prevents binding errors on linux for BIO & APR
-            Thread.sleep(10);
-        }
+        for (int i=0; i<threads.length; i++ ) threads[i].start();
         for (int i=0; i<threads.length; i++ ) threads[i].join();
         Thread.sleep(2000);
         System.out.println("All channels started.");