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

Nicolas Capponi
18.55.2015 4a96102722e3a2305f91e24b0289deaed1cbbe28
Increase timeout value in test to prevent test failure in slow environment
1 files modified
2 ■■■ changed files
opendj-grizzly/src/test/java/org/forgerock/opendj/grizzly/ConnectionFactoryTestCase.java 2 ●●● patch | view | raw | blame | history
opendj-grizzly/src/test/java/org/forgerock/opendj/grizzly/ConnectionFactoryTestCase.java
@@ -148,7 +148,7 @@
        factories[0][0] =
                Connections.newHeartBeatConnectionFactory(new LDAPConnectionFactory(
                        serverAddress.getHostName(), serverAddress.getPort()),
                        1000, 500, TimeUnit.MILLISECONDS, request);
                        1000, 2000, TimeUnit.MILLISECONDS, request);
        // InternalConnectionFactory
        factories[1][0] = Connections.newInternalConnectionFactory(LDAPServer.getInstance(), null);