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

copilot-swe-agent[bot]
5 days ago 1092b14d8a02638e675f628488b0c63e737eb6e6
Increase waitForStableGenerationId timeout from 30s to 60s

Agent-Logs-Url: https://github.com/OpenIdentityPlatform/OpenDJ/sessions/43549607-3216-4d78-8a70-311fd6fd1851

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/replication/GenerationIdTest.java 2 ●●● patch | view | raw | blame | history
opendj-server-legacy/src/test/java/org/opends/server/replication/GenerationIdTest.java
@@ -993,7 +993,7 @@
  private void waitForStableGenerationId(final long expectedGenId) throws Exception
  {
    TestTimer timer = new TestTimer.Builder()
      .maxSleep(30, SECONDS)
      .maxSleep(60, SECONDS)
      .sleepTimes(100, MILLISECONDS)
      .toTimer();
    timer.repeatUntilSuccess(new CallableVoid()