mirror of https://github.com/apache/activemq.git
On a loaded or very slow machine these can fail without a bit more time on the timeout. Was able to reproduce locally with video encoders running.
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@1347824 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
0a8e505b14
commit
06a42763c5
|
@ -23,12 +23,12 @@ import javax.jms.MessageProducer;
|
|||
import javax.jms.Session;
|
||||
|
||||
import org.apache.activemq.EmbeddedBrokerTestSupport;
|
||||
import org.apache.activemq.filter.NonCachedMessageEvaluationContext;
|
||||
import org.apache.activemq.broker.region.Queue;
|
||||
import org.apache.activemq.broker.ConnectionContext;
|
||||
import org.apache.activemq.broker.region.Queue;
|
||||
import org.apache.activemq.filter.NonCachedMessageEvaluationContext;
|
||||
import org.junit.Assert;
|
||||
import org.slf4j.Logger;
|
||||
import org.slf4j.LoggerFactory;
|
||||
import org.junit.Assert;
|
||||
|
||||
/**
|
||||
* This unit test creates a fixed size queue and moves the last message in the
|
||||
|
@ -59,7 +59,7 @@ public class LargeQueueSparseDeleteTest extends EmbeddedBrokerTestSupport {
|
|||
final int QUEUE_SIZE = 30000;
|
||||
final String MOVE_TO_DESTINATION_NAME = getDestinationString()
|
||||
+ ".dest";
|
||||
final long TEST_TIMEOUT = 6000;
|
||||
final long TEST_TIMEOUT = 8000;
|
||||
|
||||
// Populate a test queue with uniquely-identifiable messages.
|
||||
Connection conn = createConnection();
|
||||
|
@ -108,7 +108,7 @@ public class LargeQueueSparseDeleteTest extends EmbeddedBrokerTestSupport {
|
|||
final int QUEUE_SIZE = 30000;
|
||||
final String MOVE_TO_DESTINATION_NAME = getDestinationString()
|
||||
+ ".dest";
|
||||
final long TEST_TIMEOUT = 6000;
|
||||
final long TEST_TIMEOUT = 8000;
|
||||
|
||||
// Populate a test queue with uniquely-identifiable messages.
|
||||
Connection conn = createConnection();
|
||||
|
@ -154,7 +154,7 @@ public class LargeQueueSparseDeleteTest extends EmbeddedBrokerTestSupport {
|
|||
|
||||
public void testRemoveMessages() throws Exception {
|
||||
final int QUEUE_SIZE = 30000;
|
||||
final long TEST_TIMEOUT = 6000;
|
||||
final long TEST_TIMEOUT = 8000;
|
||||
|
||||
// Populate a test queue with uniquely-identifiable messages.
|
||||
Connection conn = createConnection();
|
||||
|
|
Loading…
Reference in New Issue