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

Chris Ridd
22.46.2014 6a43174e1beb66446601e5c87063d07de92d2418
opendj-grizzly/src/test/java/org/forgerock/opendj/grizzly/GrizzlyLDAPConnectionTestCase.java
@@ -91,8 +91,8 @@
         * Use a very long time out in order to prevent the timeout thread from
         * triggering the timeout.
         */
        LDAPConnectionFactory factory = new LDAPConnectionFactory(address,
                new LDAPOptions().setTimeout(100, TimeUnit.SECONDS));
        LDAPConnectionFactory factory = new LDAPConnectionFactory(address.getHostName(),
                address.getPort(), new LDAPOptions().setTimeout(100, TimeUnit.SECONDS));
        GrizzlyLDAPConnection connection = (GrizzlyLDAPConnection) factory.getConnection();
        try {
            SearchRequest request =