From 862cbc60b86891d7105915cb1bfb84ba8a7db8fe Mon Sep 17 00:00:00 2001
From: Copilot <198982749+Copilot@users.noreply.github.com>
Date: Thu, 02 Apr 2026 08:59:05 +0000
Subject: [PATCH] Fix intermittent testMultiRS failure by doubling waitForStableGenerationId timeout (#618)

---
 opendj-server-legacy/src/test/java/org/opends/server/replication/GenerationIdTest.java |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/opendj-server-legacy/src/test/java/org/opends/server/replication/GenerationIdTest.java b/opendj-server-legacy/src/test/java/org/opends/server/replication/GenerationIdTest.java
index b452ce0..0d59dc1 100644
--- a/opendj-server-legacy/src/test/java/org/opends/server/replication/GenerationIdTest.java
+++ b/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()

--
Gitblit v1.10.0