From 3785990cbc1d9080fc488102b666399fdebcd7ba Mon Sep 17 00:00:00 2001 From: Maxim Thomas <maxim.thomas@gmail.com> Date: Thu, 02 Apr 2026 09:01:09 +0000 Subject: [PATCH] increase replication connection timeout to fix Socket Timeout error on Mac in integration test (#613) --- opendj-server-legacy/tests/unit-tests-testng/resource/config-changes.ldif | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/opendj-server-legacy/tests/unit-tests-testng/resource/config-changes.ldif b/opendj-server-legacy/tests/unit-tests-testng/resource/config-changes.ldif index cbf7a86..4f95eb3 100644 --- a/opendj-server-legacy/tests/unit-tests-testng/resource/config-changes.ldif +++ b/opendj-server-legacy/tests/unit-tests-testng/resource/config-changes.ldif @@ -11,6 +11,7 @@ # information: "Portions Copyright [year] [name of copyright owner]". # # Copyright 2016 ForgeRock AS. +# Portions Copyright 2026 3A Systems LLC. dn: cn=config changetype: modify replace: ds-cfg-notify-abandoned-operations @@ -1610,3 +1611,8 @@ - replace: ds-cfg-default-throwable-stack-frames ds-cfg-default-throwable-stack-frames: 500 + +dn: cn=Multimaster Synchronization,cn=Synchronization Providers,cn=config +changetype: modify +replace: ds-cfg-connection-timeout +ds-cfg-connection-timeout: 30000 ms \ No newline at end of file -- Gitblit v1.10.0