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

Matthew Swift
13.43.2012 562ba2ebc71e0a30b5cf3e42cdcefccee17ce551
Add test timeouts.
1 files modified
6 ■■■■ changed files
opendj-sdk/opendj3/opendj-ldap-sdk/src/test/java/org/forgerock/opendj/ldap/LDAPListenerTestCase.java 6 ●●●● patch | view | raw | blame | history
opendj-sdk/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 =