mirror of
https://github.com/apache/activemq.git
synced 2025-02-17 07:24:51 +00:00
DurableConsumerTest - giving it more time to pass on slow machines
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@905235 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
7b700ee7a2
commit
a3607423c4
@ -283,7 +283,7 @@ public class DurableConsumerTest extends CombinationTestSupport{
|
||||
LOG.info("receivedCount: " + receivedCount.get());
|
||||
return receivedCount.get() == numMessages;
|
||||
}
|
||||
}, 60 * 1000);
|
||||
}, 120 * 1000);
|
||||
assertEquals("got required some messages", numMessages, receivedCount.get());
|
||||
assertTrue("no exceptions, but: " + exceptions, exceptions.isEmpty());
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user