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

Matthew Swift
13.43.2012 f5901ecc9cf3706e45b8a42000407b5a62f794d9
Add test timeouts.
1 files modified
6 ■■■■ changed files
opendj3/opendj-ldap-sdk/src/test/java/org/forgerock/opendj/ldap/LDAPListenerTestCase.java 6 ●●●● patch | view | raw | blame | history
opendj3/opendj-ldap-sdk/src/test/java/org/forgerock/opendj/ldap/LDAPListenerTestCase.java
@@ -242,7 +242,7 @@
     * @throws Exception
     *             If an unexpected exception occurred.
     */
    @Test
    @Test(timeOut = 10000)
    public void testLDAPListenerBasic() throws Exception {
        final MockServerConnection serverConnection = new MockServerConnection();
        final MockServerConnectionFactory serverConnectionFactory =
@@ -346,7 +346,7 @@
     * @throws Exception
     *             If an unexpected exception occurred.
     */
    @Test
    @Test(timeOut = 10000)
    public void testLDAPListenerLoadBalanceDuringHandleBind() throws Exception {
        // Online server listener.
        final MockServerConnection onlineServerConnection = new MockServerConnection();
@@ -522,7 +522,7 @@
     * @throws Exception
     *             If an unexpected exception occurred.
     */
    @Test
    @Test(timeOut = 10000)
    public void testLDAPListenerProxyDuringHandleBind() throws Exception {
        final MockServerConnection onlineServerConnection = new MockServerConnection();
        final MockServerConnectionFactory onlineServerConnectionFactory =