mirror of https://github.com/apache/activemq.git
DurableConsumerTest - hopefully the last increase of wait time
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@907604 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
80b421dd45
commit
31ec5bafd8
|
@ -283,7 +283,7 @@ public class DurableConsumerTest extends CombinationTestSupport{
|
||||||
LOG.info("receivedCount: " + receivedCount.get());
|
LOG.info("receivedCount: " + receivedCount.get());
|
||||||
return receivedCount.get() == numMessages;
|
return receivedCount.get() == numMessages;
|
||||||
}
|
}
|
||||||
}, 240 * 1000);
|
}, 360 * 1000);
|
||||||
assertEquals("got required some messages", numMessages, receivedCount.get());
|
assertEquals("got required some messages", numMessages, receivedCount.get());
|
||||||
assertTrue("no exceptions, but: " + exceptions, exceptions.isEmpty());
|
assertTrue("no exceptions, but: " + exceptions, exceptions.isEmpty());
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue