wait for broker start and jmx rmi endpoint for slow machines

git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@792533 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Gary Tully 2009-07-09 12:48:48 +00:00
parent 63f14732c7
commit c19e93976c
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,6 @@ package org.apache.activemq.security;
import java.net.URI;
import java.util.HashMap;
import javax.management.MBeanServerConnection;
import javax.management.MBeanServerInvocationHandler;
@ -42,6 +41,7 @@ public class SecurityJMXTest extends TestCase {
public void setUp() throws Exception {
broker = createBroker();
broker.waitUntilStarted();
Thread.sleep(500);
}