Fix flaky ChangelogBackendTestCase timing on slow CI runners (#612)
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: vharseko <6818498+vharseko@users.noreply.github.com>
| | |
| | | final ResultCode expectedResultCode, String testName) throws Exception |
| | | { |
| | | TestTimer timer = new TestTimer.Builder() |
| | | .maxSleep(10, SECONDS) |
| | | .sleepTimes(10, MILLISECONDS) |
| | | .maxSleep(30, SECONDS) |
| | | .sleepTimes(100, MILLISECONDS) |
| | | .toTimer(); |
| | | InternalSearchOperation searchOp = timer.repeatUntilSuccess(new Callable<InternalSearchOperation>() |
| | | { |