Skip to content

Commit 8f999cf

Browse files
Copilotvharseko
andauthored
Fix flaky ChangelogBackendTestCase timeout in assertChangelogAttributesInRootDSE (#607)
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: vharseko <6818498+vharseko@users.noreply.github.com>
1 parent 8d09452 commit 8f999cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

opendj-server-legacy/src/test/java/org/opends/server/backends/ChangelogBackendTestCase.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -855,7 +855,7 @@ private List<SearchResultEntry> assertChangelogAttributesInRootDSE(
855855
final int expectedFirstChangeNumber, final int expectedLastChangeNumber) throws Exception
856856
{
857857
TestTimer timer = new TestTimer.Builder()
858-
.maxSleep(3, SECONDS)
858+
.maxSleep(10, SECONDS)
859859
.sleepTimes(100, MILLISECONDS)
860860
.toTimer();
861861
return timer.repeatUntilSuccess(new Callable<List<SearchResultEntry>>()

0 commit comments

Comments
 (0)