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

copilot-swe-agent[bot]
yesterday 5eb42a67ce51d0e4a3280a1b3c0c69d3580ec2f7
fix: increase assertChangelogAttributesInRootDSE timeout from 10s to 30s

Agent-Logs-Url: https://github.com/OpenIdentityPlatform/OpenDJ/sessions/cae7e199-d7a4-46e5-be82-3e914bbed1e6

Co-authored-by: vharseko <6818498+vharseko@users.noreply.github.com>
1 files modified
2 ■■■ changed files
opendj-server-legacy/src/test/java/org/opends/server/backends/ChangelogBackendTestCase.java 2 ●●● patch | view | raw | blame | history
opendj-server-legacy/src/test/java/org/opends/server/backends/ChangelogBackendTestCase.java
@@ -855,7 +855,7 @@
      final int expectedFirstChangeNumber, final int expectedLastChangeNumber) throws Exception
  {
    TestTimer timer = new TestTimer.Builder()
      .maxSleep(10, SECONDS)
      .maxSleep(30, SECONDS)
      .sleepTimes(100, MILLISECONDS)
      .toTimer();
    return timer.repeatUntilSuccess(new Callable<List<SearchResultEntry>>()