https://build.spring.io/browse/INT-FATS5IC-509 Looks like `busyWait` period as `5 secs` is too aggressive and may be two or more cycles pass until the election happens. At this time the waiting for the `granted` latch in `10 secs` may expire already, therefore we fail in the assertion * Decrease `busyWait` to the `1 secs` to let the election cycle to pass quickly * Increase latch wait time to the `20 secs` **Cherry-pick to 5.0.x**