Skip to content

Commit

Permalink
backport of commit 3d4ef0d
Browse files Browse the repository at this point in the history
  • Loading branch information
ccapurso committed Apr 25, 2022
1 parent 6ad3878 commit f0ce026
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vault/raft.go
Original file line number Diff line number Diff line change
Expand Up @@ -485,7 +485,7 @@ func (c *Core) raftTLSRotatePhased(ctx context.Context, logger hclog.Logger, raf
}

// push out to ensure proposed time does not elapse
return next.Add(1 * time.Minute)
return next.Add(10 * time.Second)
}

// Start the process in a go routine
Expand Down

0 comments on commit f0ce026

Please sign in to comment.