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:
Bosanac Dejan 2010-02-08 09:51:09 +00:00
parent 80b421dd45
commit 31ec5bafd8
1 changed files with 1 additions and 1 deletions

View File

@ -283,7 +283,7 @@ public class DurableConsumerTest extends CombinationTestSupport{
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());
}