git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@1449904 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Timothy A. Bish 2013-02-25 21:18:07 +00:00
parent 8b3761c575
commit 7e61d56ca2
1 changed files with 1 additions and 1 deletions

View File

@ -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());