Author: dejanb
Date: Mon Feb 8 09:52:41 2010
New Revision: 907606
URL: http://svn.apache.org/viewvc?rev=907606&view=rev
Log:
merge -c 907604 - DurableConsumerTest - hopefully the last increase of wait time
Modified:
activemq/branches/activemq-5.3/activemq-core/src/test/java/org/apache/activemq/bugs/DurableConsumerTest.java
Modified:
activemq/branches/activemq-5.3/activemq-core/src/test/java/org/apache/activemq/bugs/DurableConsumerTest.java
URL:
http://svn.apache.org/viewvc/activemq/branches/activemq-5.3/activemq-core/src/test/java/org/apache/activemq/bugs/DurableConsumerTest.java?rev=907606&r1=907605&r2=907606&view=diff
==============================================================================
---
activemq/branches/activemq-5.3/activemq-core/src/test/java/org/apache/activemq/bugs/DurableConsumerTest.java
(original)
+++
activemq/branches/activemq-5.3/activemq-core/src/test/java/org/apache/activemq/bugs/DurableConsumerTest.java
Mon Feb 8 09:52:41 2010
@@ -283,7 +283,7 @@
LOG.info("receivedCount: " + receivedCount.get());
return receivedCount.get() == numMessages;
}
- }, 240 * 1000);
+ }, 360 * 1000);
assertEquals("got required some messages", numMessages,
receivedCount.get());
assertTrue("no exceptions, but: " + exceptions, exceptions.isEmpty());
}