Skip to content

Commit

Permalink
Allow membership longer to establish
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.apache.org/repos/asf/tomcat/tc7.0.x/trunk@1453622 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
markt-asf committed Mar 6, 2013
1 parent 833e281 commit eb91347
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ public void run() {
for (int i = 0; i < threads.length; i++) {
threads[i].join();
}
Thread.sleep(2000);
Thread.sleep(5000);
System.out.println(System.currentTimeMillis()
+ " All channels started.");
for (int i = listeners.length - 1; i >= 0; i--) {
Expand Down

0 comments on commit eb91347

Please sign in to comment.