mirror of https://github.com/apache/activemq.git
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@1449904 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
8b3761c575
commit
7e61d56ca2
|
@ -128,7 +128,7 @@ public class NIOSSLConcurrencyTest extends TestCase {
|
|||
public boolean isSatisified() throws Exception {
|
||||
return failed || getReceived() == PRODUCER_COUNT * MESSAGE_COUNT;
|
||||
}
|
||||
}, 60000);
|
||||
}, 120000);
|
||||
|
||||
assertEquals(PRODUCER_COUNT * MESSAGE_COUNT, getReceived());
|
||||
|
||||
|
|
Loading…
Reference in New Issue