Skip to content

Commit 8a4182e

Browse files
authored
Increase timeout from 5 to 15 seconds
... as suggested by Junie in #1095
1 parent eb7a664 commit 8a4182e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

quickfixj-core/src/test/java/quickfix/mina/ssl/SSLCertificateTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1009,7 +1009,7 @@ public void shouldConnectDifferentTypesOfSessions() throws Exception {
10091009

10101010
static abstract class TestConnector {
10111011
private static final Logger LOGGER = LoggerFactory.getLogger(TestConnector.class);
1012-
private static final int TIMEOUT_SECONDS = 5;
1012+
private static final int TIMEOUT_SECONDS = 15;
10131013

10141014
private final SessionConnector connector;
10151015
private final CountDownLatch exceptionThrownLatch;

0 commit comments

Comments
 (0)