Update autopilot update interval (#15558)

This commit is contained in:
Josh Black 2022-05-20 15:56:24 -07:00 committed by GitHub
parent 464da0ee46
commit ebbb828b80
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -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 {