Update autopilot update interval (#15558)
This commit is contained in:
parent
464da0ee46
commit
ebbb828b80
|
@ -206,6 +206,7 @@ func TestRaft_Autopilot_Stabilization_Delay(t *testing.T) {
|
|||
"snapshot_threshold": "50",
|
||||
"trailing_logs": "100",
|
||||
"autopilot_reconcile_interval": "1s",
|
||||
"autopilot_update_interval": "500ms",
|
||||
"snapshot_interval": "1s",
|
||||
}
|
||||
if coreIdx == 2 {
|
||||
|
|
Loading…
Reference in New Issue