fix: increase assertChangelogAttributesInRootDSE timeout from 3s to 10s to fix flaky test
Agent-Logs-Url: https://github.com/OpenIdentityPlatform/OpenDJ/sessions/c1bf34bd-39f6-486b-aacd-6f05ba144d41
Co-authored-by: vharseko <6818498+vharseko@users.noreply.github.com>
| | |
| | | final int expectedFirstChangeNumber, final int expectedLastChangeNumber) throws Exception |
| | | { |
| | | TestTimer timer = new TestTimer.Builder() |
| | | .maxSleep(3, SECONDS) |
| | | .maxSleep(10, SECONDS) |
| | | .sleepTimes(100, MILLISECONDS) |
| | | .toTimer(); |
| | | return timer.repeatUntilSuccess(new Callable<List<SearchResultEntry>>() |