We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb7a664 commit 8a4182eCopy full SHA for 8a4182e
quickfixj-core/src/test/java/quickfix/mina/ssl/SSLCertificateTest.java
@@ -1009,7 +1009,7 @@ public void shouldConnectDifferentTypesOfSessions() throws Exception {
1009
1010
static abstract class TestConnector {
1011
private static final Logger LOGGER = LoggerFactory.getLogger(TestConnector.class);
1012
- private static final int TIMEOUT_SECONDS = 5;
+ private static final int TIMEOUT_SECONDS = 15;
1013
1014
private final SessionConnector connector;
1015
private final CountDownLatch exceptionThrownLatch;
0 commit comments