From 38abe205ab7bbc5edee022d67a38203d35358f72 Mon Sep 17 00:00:00 2001 From: Josh Black Date: Fri, 20 May 2022 15:56:24 -0700 Subject: [PATCH] Update autopilot update interval (#15558) --- vault/external_tests/raft/raft_autopilot_test.go | 1 + 1 file changed, 1 insertion(+) diff --git a/vault/external_tests/raft/raft_autopilot_test.go b/vault/external_tests/raft/raft_autopilot_test.go index 3759825f06..0996b987db 100644 --- a/vault/external_tests/raft/raft_autopilot_test.go +++ b/vault/external_tests/raft/raft_autopilot_test.go @@ -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 {