mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

Matthew Swift
05.44.2012 dd10efa115ee9a1bb76b6a943abe9ede3a693d29
Add timeout for testBlockingFutureNoHandler since it is taking a huge amount of time in Jenkins for some reason.
1 files modified
2 ■■■ changed files
opendj-sdk/opendj3/opendj-ldap-sdk/src/test/java/org/forgerock/opendj/ldap/ConnectionFactoryTestCase.java 2 ●●● patch | view | raw | blame | history
opendj-sdk/opendj3/opendj-ldap-sdk/src/test/java/org/forgerock/opendj/ldap/ConnectionFactoryTestCase.java
@@ -245,7 +245,7 @@
     *
     * @throws Exception
     */
    @Test(dataProvider = "connectionFactories")
    @Test(dataProvider = "connectionFactories", timeOut = TEST_TIMEOUT_MS)
    public void testBlockingFutureNoHandler(ConnectionFactory factory) throws Exception {
        final FutureResult<Connection> future = factory.getConnectionAsync(null);
        final Connection con = future.get();