mirror of https://github.com/apache/activemq.git
allow stomp test to run nicely on slower boxes
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@792911 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
d3649fc709
commit
8c6e5dccea
|
@ -927,7 +927,7 @@ public class StompTest extends CombinationTestSupport {
|
||||||
frame = "DISCONNECT\n" + "\n\n" + Stomp.NULL;
|
frame = "DISCONNECT\n" + "\n\n" + Stomp.NULL;
|
||||||
stompConnection.sendFrame(frame);
|
stompConnection.sendFrame(frame);
|
||||||
try {
|
try {
|
||||||
Thread.sleep(100);
|
Thread.sleep(400);
|
||||||
} catch (InterruptedException e){}
|
} catch (InterruptedException e){}
|
||||||
assertEquals(view.getDurableTopicSubscribers().length, 0);
|
assertEquals(view.getDurableTopicSubscribers().length, 0);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue