mirror of https://github.com/apache/activemq.git
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:
parent
63f14732c7
commit
c19e93976c
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue