mirror of https://github.com/apache/activemq.git
Make JMSConsumerTest more robust on slow machine
This commit is contained in:
parent
96fa8458ce
commit
2d83af17ba
|
@ -251,6 +251,7 @@ public class JMSConsumerTest extends JmsTestSupport {
|
|||
}
|
||||
|
||||
final List<Subscription> subscriptions = getDestinationConsumers(broker, destination);
|
||||
Thread.sleep(1000);
|
||||
|
||||
assertTrue("prefetch extension..",
|
||||
subscriptions.stream().
|
||||
|
|
Loading…
Reference in New Issue